summaryrefslogtreecommitdiff
path: root/stm/gpio.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-02-26 16:01:54 +0000
committerDamien George <damien.p.george@gmail.com>2014-02-26 16:01:54 +0000
commitc4361227ba5d39f48b3f837f2888a7765d2a9887 (patch)
treecba6b9a606cc23d4329e0458fbf355eefcdda77b /stm/gpio.h
parente70700851a2ec2d08d76fdded592dc833e21252c (diff)
parentee31f71d39207309b924ac99a7de2d847cb4bbfd (diff)
Merge pull request #318 from dhylands/exti
Add EXTI support
Diffstat (limited to 'stm/gpio.h')
-rw-r--r--stm/gpio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stm/gpio.h b/stm/gpio.h
index 2f81ac665..1071c9ef0 100644
--- a/stm/gpio.h
+++ b/stm/gpio.h
@@ -1 +1,4 @@
+mp_obj_t pyb_gpio(uint n_args, mp_obj_t *args);
+mp_obj_t pyb_gpio_input(mp_obj_t arg_pin, mp_obj_t arg_mode);
+mp_obj_t pyb_gpio_output(mp_obj_t arg_pin, mp_obj_t arg_mode);
void gpio_init(mp_obj_t mod);