LOGGER  Logger
Data Logging using ESP8266
sensordatatype.h
Go to the documentation of this file.
1 //
5 // Copyright (c) 2016 by Dragonnorth Group, all rights reserved.
6 //
7 // Author: Michael Newman
8 #ifndef sensordatatypeHedit
9 #define sensordatatypeHedit 1
10 // 14Feb16 MJNewman 1: Created
11 //
12 // An unrestricted license to this software is granted to:
13 // None granted yet.
14 // and may be granted to others.
15 
16 #include "basetype.h"
17 
24 typedef enum {
25  SDpin,
26  SDvoltage,
27  SDcentigrade,
28  SDnumber,
29  SDpulseCount,
30  SDpulseFrequency,
31  SDpressure,
32  SDallTypes,
33  SDnumberTypes = SDallTypes
35 
36 
37 #endif // defined(sensordatatypeHedit)
SensorDatatypeID_t
< version of this module
Definition: sensordatatype.h:24