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

c_api/telemetry_version.h

Committer:
Overdrivr
Date:
2016-03-09
Revision:
5:cd94bb58e096
Child:
7:d224bddd5405

File content as of revision 5:cd94bb58e096:

#ifndef TELEMETRY_VERSION_H_
#define TELEMETRY_VERSION_H_

#define TELEMETRY_VERSION_MAJOR 1
#define TELEMETRY_VERSION_MINOR 0
#define TELEMETRY_VERSION_PATCH 3

#endif