diff options
Diffstat (limited to 'cc3200/qstrdefsport.h')
| -rw-r--r-- | cc3200/qstrdefsport.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/cc3200/qstrdefsport.h b/cc3200/qstrdefsport.h index cfc07105c..9ea8c24d3 100644 --- a/cc3200/qstrdefsport.h +++ b/cc3200/qstrdefsport.h @@ -69,19 +69,15 @@ Q(urandom) Q(seek) Q(tell) -// for GPIO class -Q(GPIO) +// for Pin class +Q(Pin) Q(init) Q(value) Q(low) Q(high) Q(name) -Q(names) Q(port) Q(pin) -Q(gpio) -Q(mapper) -Q(dict) Q(cpu) Q(mode) Q(pull) @@ -115,7 +111,6 @@ Q(IRQ_RISING_FALLING) Q(IRQ_LOW_LEVEL) Q(IRQ_HIGH_LEVEL) - // for UART class Q(UART) Q(UART1) |
