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

Committer:
Overdrivr
Date:
Tue Apr 12 07:40:10 2016 +0000
Revision:
7:d224bddd5405
Parent:
5:cd94bb58e096
Release 2.0.0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Overdrivr 5:cd94bb58e096 1 #ifndef TELEMETRY_VERSION_H_
Overdrivr 5:cd94bb58e096 2 #define TELEMETRY_VERSION_H_
Overdrivr 5:cd94bb58e096 3
Overdrivr 7:d224bddd5405 4 #define TELEMETRY_VERSION_MAJOR 2
Overdrivr 5:cd94bb58e096 5 #define TELEMETRY_VERSION_MINOR 0
Overdrivr 7:d224bddd5405 6 #define TELEMETRY_VERSION_PATCH 0
Overdrivr 5:cd94bb58e096 7
Overdrivr 5:cd94bb58e096 8 #endif