A demonstration of the Telemetry library that sends the contents of an array over a single topic 'sin'. The array is a shifting 16-samples window on a sine function

Dependencies:   BufferedSerial mbed telemetry

Revision:
1:22e495480269
Parent:
0:2e15d72bfbcf
--- a/main.cpp	Mon Feb 22 21:51:37 2016 +0000
+++ b/main.cpp	Wed Mar 09 15:49:10 2016 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-#include "telemetry/Telemetry.h"
+#include "Telemetry.hpp"
 
 /*
     Example of the 'Telemetry' library, a portable communication library for embedded devices.