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: main.h
- Revision:
- 0:491bc4ee502e
- Child:
- 1:ecd469d7323d
- Child:
- 2:c4fb968de7d3
diff -r 000000000000 -r 491bc4ee502e main.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.h Thu Aug 24 08:54:43 2017 +0000
@@ -0,0 +1,9 @@
+
+char int1_src[1] = {0x31};
+char int2_src[1] = {0x35};
+
+char initialize_accelerometer(void);
+void configure_accelerometer(void);
+void initialize_internal_temperature_sensor(void);
+void read_acceleration(void);
+void print_data_bits(char);
\ No newline at end of file