Start project of The Things Network workshop with the MultiTech mDot
Dependencies: libmDot mbed-rtos mbed
Fork of mDot_LoRa_Connect_Example_APP_EUI_KEY by
Revision 11:690e594d3745, committed 2016-04-05
- Comitter:
- johanstokking
- Date:
- Tue Apr 05 16:45:39 2016 +0000
- Parent:
- 10:5332d0939ebe
- Child:
- 12:343229a12653
- Commit message:
- Updated hello world example
Changed in this revision
| samples/sensors.cpp | Show diff for this revision Revisions of this file |
--- a/samples/sensors.cpp Tue Apr 05 02:14:38 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#include "mbed.h"
-
-float readTemperature(AnalogIn pin) {
- float value = pin.read();
- float celcius = (value * 3.3f - 0.6f) * 100.0f;
- float fahrenheit = celcius * 1.8f / 32;
-
- //return celcius;
-
- return fahrenheit;
-}
\ No newline at end of file
The Things Network
