NAME
Device::L3GD20 - I2C interface to L3GD20 3 axis GyroScope using Device::SMBus
VERSION
version 0.003
ATTRIBUTES
I2CBusDevicePath
this is the device file path for your I2CBus that the L3GD20 is connected on e.g. /dev/i2c-1 This must be provided during object creation.
Gyroscope
$self->Gyroscope->enable();
$self->Gyroscope->getReading();
This is a object of Device::L3GD20::Gyroscope
SUPPORT
Bugs / Feature Requests
Please report any bugs or feature requests through github at https://github.com/shantanubhadoria/device-l3gd20/issues. You will be notified automatically of any progress on your issue.
Source Code
This is open source software. The code repository is available for public review and contribution under the terms of the license.
https://github.com/shantanubhadoria/device-l3gd20
git clone git://github.com/shantanubhadoria/device-l3gd20.git
AUTHOR
Shantanu Bhadoria <shantanu at cpan dott org>
CONTRIBUTORS
Shantanu <shantanu@cpan.org>
Shantanu Bhadoria <shantanu@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Shantanu Bhadoria.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.