diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-05 16:20:46 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-05 16:20:46 -0800 |
| commit | 7c302c395ec699738bade269673c06a38cbedbff (patch) | |
| tree | 56280be561c525e52e7823c76e7b4645ff17442c /shared-bindings/nativeio | |
| parent | 25ae844d555b489eebd1ca3e80cc34f67182e205 (diff) | |
Improve docs and update to CircuitPython.
Diffstat (limited to 'shared-bindings/nativeio')
| -rw-r--r-- | shared-bindings/nativeio/__init__.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-bindings/nativeio/__init__.c b/shared-bindings/nativeio/__init__.c index 9bcc252cd..3d4b8c823 100644 --- a/shared-bindings/nativeio/__init__.c +++ b/shared-bindings/nativeio/__init__.c @@ -76,6 +76,8 @@ //| I2C //| PWMOut //| SPI +//| TouchIn +//| UART //| //| All libraries change hardware state and should be deinitialized when they //| are no longer needed. To do so, either call :py:meth:`!deinit` or use a |
