mirror of
https://github.com/rvtr/twl_mcu.git
synced 2025-06-18 14:45:41 -04:00
21 lines
336 B
C
21 lines
336 B
C
#ifndef __config__
|
|
#define __config__
|
|
|
|
|
|
//#define debug_codes
|
|
//#define wifi_led_on_func // funcキーでwifiLEDを点滅有
|
|
|
|
//#define debug_saito_special
|
|
|
|
//#define iic_debug_msg
|
|
|
|
#define enable_swi2c_wait
|
|
|
|
#define after_x6
|
|
|
|
//#define wifi_led_blink_always_on
|
|
//#define wifi_led_blink_default_on
|
|
|
|
|
|
#endif
|