Telemetry library - Effortless communication with embedded devices. See github.com/Overdrivr/Telemetry Example 01 : Publish some random data and visualize it easily from the computer. This example is under open source MIT licensing.

Dependencies:   BufferedSerial mbed telemetry

Revision:
1:234cbe65336d
Parent:
0:c39bdc8eed82
--- a/main.cpp	Wed Mar 02 21:35:05 2016 +0000
+++ b/main.cpp	Wed Mar 09 15:48:37 2016 +0000
@@ -1,4 +1,4 @@
-#include "Telemetry.h"
+#include "Telemetry.hpp"
 #include "mbed.h"
 
 int main()