Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: accelerometer.h
- Revision:
- 0:e36d80703ed0
diff -r 000000000000 -r e36d80703ed0 accelerometer.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/accelerometer.h Mon Feb 27 06:12:23 2017 +0000 @@ -0,0 +1,4 @@ + +void char_to_int(char data_fetched); +void print_data_bits(char data_fetched); +void initialize_accelerometer();