micropython/stmhal/dac.h
2014-03-24 15:15:33 +00:00

4 lines
63 B
C

void dac_init(void);
extern const mp_obj_type_t pyb_dac_type;