Tero Koskinen is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

tkoskine / arduino-adxl345

ADXL345 accelerometer sensor control using I2C and AVR-Ada.

Clone this repository (size: 13.2 KB): HTTPS / SSH
hg clone https://bitbucket.org/tkoskine/arduino-adxl345
hg clone ssh://hg@bitbucket.org/tkoskine/arduino-adxl345

arduino-adxl345 overview

Recent commits See more »

Author Revision Comments Message Labels Date
Tero Koskinen 2d4fa407b019 Add some debug output.
Tero Koskinen 5c996ead1fa8 Clear Data_Sent flag at the beginning of each write
Tero Koskinen 0ef6998dad7d Read ADXL345 accelerometer sensor via I2C.
Tero Koskinen 44abdd0fc54d Add main file, Makefile, and license headers (GMGPL).
Tero Koskinen 3b7681daadbd Remove extra debugging code.