Master Thesis
V1.0
Research and Design of Sensor Node for NMSD Treatment
|
Datatypes. More...
#include "stdint.h"
Go to the source code of this file.
Data Structures | |
struct | MeasurementData_t |
Macros | |
#define | M_PI 3.14159265358979323846 |
Typedefs | |
typedef enum app_states | APP_State_t |
Enumerations | |
enum | app_states { INIT, SENSORS_READ, BATT_READ, SLEEP, CALLIBRATE, SYS_IDLE } |
#define M_PI 3.14159265358979323846 |
Definition at line 21 of file datatypes.h.
typedef enum app_states APP_State_t |
enum app_states |
Enumerator | |
---|---|
INIT | |
SENSORS_READ | |
BATT_READ | |
SLEEP | |
CALLIBRATE | |
SYS_IDLE |
Definition at line 23 of file datatypes.h.