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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers telemetry_version.h Source File

telemetry_version.h

00001 #ifndef TELEMETRY_VERSION_H_
00002 #define TELEMETRY_VERSION_H_
00003 
00004 #define TELEMETRY_VERSION_MAJOR 2
00005 #define TELEMETRY_VERSION_MINOR 0
00006 #define TELEMETRY_VERSION_PATCH 0
00007 
00008 #endif