diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2017-07-19 15:11:19 -0400 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2017-07-19 15:15:23 -0400 |
| commit | f1e2afbea0244b04fb096862e132b181dba8c67f (patch) | |
| tree | ec19b91288ec3bd9e3208f8d834e898b5df4c121 /docs/common_hal.md | |
| parent | 63ade7763536e0d94d22e7d67e3f78624da0bd4f (diff) | |
Diffstat (limited to 'docs/common_hal.md')
| -rw-r--r-- | docs/common_hal.md | 3 |
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) |
