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 Orefatoi

Revision:
4:b38e09f24711
Parent:
2:dfe671e31221
Child:
5:9d5c7ee80f3b
--- a/spi/AferoCommHndlr.h	Tue Jan 24 11:22:05 2017 +0000
+++ b/spi/AferoCommHndlr.h	Wed Jan 25 08:20:47 2017 +0000
@@ -34,6 +34,7 @@
     static void init();
     static AferoCommHndlr *create(Timer *timer, mbedSPI *spi);
     void update();
+    int32_t sanitizeSensingInterval(uint16_t attributeId, int32_t interval);
 private:
     bool flowControlEnabled; //ATTR_ID_FLOW_CONTROL;
     ToDoQ *todoQ;