
and allow hex output git-svn-id: https://bucket.mit.edu/svn/nilm/acquisition/ethstream@7214 ddd99763-3ecb-0310-9145-efcb8ce7c51f
9 lines
117 B
C
9 lines
117 B
C
#ifndef ETHSTREAM_H
|
|
#define ETHSTREAM_H
|
|
|
|
#define CONVERT_DEC 0
|
|
#define CONVERT_VOLTS 1
|
|
#define CONVERT_HEX 2
|
|
|
|
#endif
|