Skip to content

Umair-Anwar/ADXRS810

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADXRS810

This library reads data from gyro adxrs810.

Dependencies

You can install PIGPIO library in raspberry pi by following commands

  1. wget abyz.co.uk/rpi/pigpio/pigpio.zip
  2. unzip pigpio.zip
  3. cd PIGPIO
  4. make -j4
  5. sudo make install And to start pigpio daemon run 'sudo pigpiod'.

Install bitstream by following command

  1. easy_install bitstream

Usage

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.

About

This library reads data from gyro adxrs810.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages