diff options
Diffstat (limited to 'cc3200/mods/pybpin.h')
-rw-r--r-- | cc3200/mods/pybpin.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cc3200/mods/pybpin.h b/cc3200/mods/pybpin.h index 04b80825dd..4c49e63ab5 100644 --- a/cc3200/mods/pybpin.h +++ b/cc3200/mods/pybpin.h @@ -115,6 +115,11 @@ typedef struct { uint8_t used : 1; } pin_obj_t; +typedef struct { + pin_obj_t *pin; + uint8_t af_idx; +} pin_fn_t; + extern const mp_obj_type_t pin_type; typedef struct { |