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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Prefs.hpp Source File

Prefs.hpp

00001 #ifndef _PREFS_HPP_
00002 #define _PREFS_HPP_
00003 
00004 enum
00005 {
00006     I2C_FREQ_100KHZ = 100 * 1000
00007 };
00008 
00009 #endif //_PREFS_HPP_