austinbv/dino

Implementing I2C ADXL345 accelerometer with Dino 0.11.3

Opened this issue · 1 comments

Hi.
I am implementing ADXL345 I2C Accelerometer from Seeed Studio.
I am seeking for advice from anyone who has figured out how to extend Dino gem and sketch to make them work with an I2C module.

For now I am just trying to read Activity / Inactivity from the ruby script.

Thanks.

See #75, which also requires an I2C interface. Also, you should try to base your changes on 0.12.0 branch instead of 0.11. There were a lot of changes that make it easier to extend.