pwm period is now 200us instead of the default 20ms veml6040 config is now AF_BIT | TRIG_BIT
Dependencies: mbed MMA8451Q USBDevice WakeUp vt100
Fork of afero_node_suntory_2017_06_15 by
Diff: sensors/ToDoQ.h
- Revision:
- 2:dfe671e31221
- Parent:
- 1:b2a9a6f2c30e
- Child:
- 5:9d5c7ee80f3b
--- a/sensors/ToDoQ.h Thu Jan 19 09:17:16 2017 +0000 +++ b/sensors/ToDoQ.h Tue Jan 24 10:00:28 2017 +0000 @@ -4,6 +4,7 @@ #include "mbed.h" #include "debugIO.h" #include "CommonTemplateRoutines.hpp" +#include "Preferences.hpp" #define TODO_QUEUE_SIZE 10 @@ -33,6 +34,9 @@ public: virtual void toJSON(char *buf) = 0; virtual void getBytes(uint8_t *buf) = 0; + virtual void toBASE64(char *buf, PREFERENCES::_crc32 *crc32) + { + } }; } #endif //_TODO_QUEUE_H_ \ No newline at end of file