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:
21:d03c7bbb9f37
Parent:
1:b2a9a6f2c30e
--- a/spi/mbedSPI.cpp	Mon Jun 05 07:59:10 2017 +0000
+++ b/spi/mbedSPI.cpp	Fri Jun 09 01:49:53 2017 +0000
@@ -1,8 +1,6 @@
 #include "mbedSPI.h"
 #include "BitOrder.h"
 
-using namespace MaruSolSensorManager;
-
 mbedSPI::mbedSPI() :
     spi((PinName)PINS::ASR_1::SPI::MOSI,
         (PinName)PINS::ASR_1::SPI::MISO,