summaryrefslogtreecommitdiff
path: root/docs/common_hal.md
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-05-24 11:44:23 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-05-24 11:44:23 -0700
commit1280e9122be4e0986b5cd4914a8158f2a0b69c9c (patch)
tree0d24a170960aaa56d00c96b51db7dd576e550f76 /docs/common_hal.md
parent3cad7b7b0329c130a4991d53dd1354bd632d02c4 (diff)
Doc tweaks to clarify external libraries, new boards and add HID library.
Diffstat (limited to 'docs/common_hal.md')
-rw-r--r--docs/common_hal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/common_hal.md b/docs/common_hal.md
index 22093c3ba..ee2105ba1 100644
--- a/docs/common_hal.md
+++ b/docs/common_hal.md
@@ -1,4 +1,4 @@
-# Adding `digitalio` support to other ports
+# Adding ``*io`` support to other ports
`digitalio` provides a well-defined, cross-port hardware abstraction layer built to support different devices and their drivers. It's backed by the Common HAL, a C api suitable for supporting different hardware in a similar manner. By sharing this C api, developers can support new hardware easily and cross-port functionality to the new hardware.
These instructions also apply to `analogio`, `busio`, `pulseio` and `touchio`. Most drivers depend on `analogio`, `digitalio` and `busio` so start with those.