twl_mcu/demo.h
2024-12-17 04:24:29 -05:00

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