This library reads data from gyro adxrs810.
You can install PIGPIO library in raspberry pi by following commands
- wget abyz.co.uk/rpi/pigpio/pigpio.zip
- unzip pigpio.zip
- cd PIGPIO
- make -j4
- sudo make install And to start pigpio daemon run 'sudo pigpiod'.
Install bitstream by following command
- easy_install bitstream
gyro.py contain the class ADXRS810 which includes the functions definitions to read data from adxrs810 module. check.py includes a very simple example to demonstrate the usage of library. Please take care of minor errors as it is not properly tested.