diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-02-16 23:44:23 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-02-16 23:44:23 +0000 |
| commit | 402dc31aa7447c5825f2bcfc9f0e1b9a77542f17 (patch) | |
| tree | 991a048f18d4d03baa17c2e920138d5b311c011b /stm/gpio.h | |
| parent | 2abbae341983b9f9a05082a6a5fd96397299b8a8 (diff) | |
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!
Diffstat (limited to 'stm/gpio.h')
| -rw-r--r-- | stm/gpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/gpio.h b/stm/gpio.h new file mode 100644 index 000000000..2f81ac665 --- /dev/null +++ b/stm/gpio.h @@ -0,0 +1 @@ +void gpio_init(mp_obj_t mod); |
