circuitpython/stm/gpio.h
Damien George 402dc31aa7 stm: Factor out GPIO code to its own file. Add functions to set GPIO mode.
GPIO functions are crude, and need to be replaced with better ones!
2014-02-16 23:44:23 +00:00

2 lines
30 B
C

void gpio_init(mp_obj_t mod);