mirror of
https://github.com/rvtr/twl_mcu.git
synced 2025-06-18 14:45:41 -04:00
8 lines
138 B
C
8 lines
138 B
C
#ifndef __demo_h__
|
|
#define __demo_h__
|
|
|
|
void demos();
|
|
//static void demo_dcp_0_trig();
|
|
static void demo_pwr_led_0_inv_dim();
|
|
#endif
|