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: Dynamixel EthernetInterface MEMS_Thermal_Sensor mbed-rtos SerialHalfDuplex mbed
Diff: main.cpp
- Revision:
- 7:aea2866fa06c
- Parent:
- 6:5ce16a60792b
- Child:
- 8:dd338c66211d
--- a/main.cpp Thu Apr 02 21:26:56 2015 +0000
+++ b/main.cpp Sat Apr 04 10:11:02 2015 +0000
@@ -86,7 +86,7 @@
MEMS MEMS1(p9, p10); // sda, scl
MEMS MEMS2(p28, p27); // sda, scl
-double data1[16], data2[16];
+float data1[16], data2[16];
void Thermal_Sensor() {
MEMS1.temp(data1);