added spectrometer timeout
Dependencies: SDFileSystem mbed
Fork of All_Combined_Real2 by
XBeeLib.h@13:346b43aa06c0, 2016-04-13 (annotated)
- Committer:
- jphbergeson
- Date:
- Wed Apr 13 23:53:47 2016 +0000
- Revision:
- 13:346b43aa06c0
- Parent:
- 5:6532c5a5f576
Added some logging, plus a variable to keep track of the value of the LED
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
colingm | 5:6532c5a5f576 | 1 | #ifndef XBEE_LIB_H |
colingm | 5:6532c5a5f576 | 2 | #define XBEE_LIB_H |
colingm | 5:6532c5a5f576 | 3 | |
colingm | 5:6532c5a5f576 | 4 | #include "mbed.h" |
colingm | 5:6532c5a5f576 | 5 | |
colingm | 5:6532c5a5f576 | 6 | void XBeeInit(Serial *pcLogger); |
colingm | 5:6532c5a5f576 | 7 | |
colingm | 5:6532c5a5f576 | 8 | void XBeeSend(const char *message, int length); |
colingm | 5:6532c5a5f576 | 9 | |
colingm | 5:6532c5a5f576 | 10 | void XBeeDestroy(); |
colingm | 5:6532c5a5f576 | 11 | |
colingm | 5:6532c5a5f576 | 12 | #endif |