aboutsummaryrefslogtreecommitdiff
path: root/docs/common_hal.md
diff options
context:
space:
mode:
authorScott Shawcroft <scott@chickadee.tech>2017-07-19 15:11:19 -0400
committerScott Shawcroft <scott@chickadee.tech>2017-07-19 15:15:23 -0400
commitf1e2afbea0244b04fb096862e132b181dba8c67f (patch)
treeec19b91288ec3bd9e3208f8d834e898b5df4c121 /docs/common_hal.md
parent63ade7763536e0d94d22e7d67e3f78624da0bd4f (diff)
docs: Minor updates before 1.0.01.0.01.x
Diffstat (limited to 'docs/common_hal.md')
-rw-r--r--docs/common_hal.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/common_hal.md b/docs/common_hal.md
index ee2105ba1..024c1582c 100644
--- a/docs/common_hal.md
+++ b/docs/common_hal.md
@@ -83,4 +83,5 @@ The last step is actually implementing each function in a port specific way. I c
### Testing
Woohoo! You are almost done. After you implement everything, lots of drivers and sample code should just work. There are a number of drivers and examples written for Adafruit's Feather ecosystem. Here are places to start:
-* https://github.com/adafruit?utf8=%E2%9C%93&q=Adafruit_MicroPython&type=&language=
+* [Adafruit repos with CircuitPython topic](https://github.com/search?q=topic%3Acircuitpython+org%3Aadafruit+fork%3Atrue)
+* [Adafruit driver bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle)