micropython/stmhal/dac.h

4 lines
63 B
C
Raw Normal View History

2014-03-24 09:15:33 -06:00
void dac_init(void);
extern const mp_obj_type_t pyb_dac_type;