First class data visualization and communication library with embedded devices. Code is maintained at github.com/Overdrivr/Telemetry

Dependents:   telemetry_car_demo telemetry_demo_FRDM-TFC telemetry_example_01 telemetry_indexed_data_demo ... more

Revision:
5:cd94bb58e096
Child:
7:d224bddd5405
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/c_api/telemetry_version.h	Wed Mar 09 12:15:13 2016 +0000
@@ -0,0 +1,8 @@
+#ifndef TELEMETRY_VERSION_H_
+#define TELEMETRY_VERSION_H_
+
+#define TELEMETRY_VERSION_MAJOR 1
+#define TELEMETRY_VERSION_MINOR 0
+#define TELEMETRY_VERSION_PATCH 3
+
+#endif