From c43a75b11577d0a26b5c419c717b653113240249 Mon Sep 17 00:00:00 2001 From: Mike Stipicevic Date: Mon, 14 May 2018 13:50:06 -0400 Subject: [PATCH] Add links to CircuitPython guides and example code --- README.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 31c0cce595..625d601a05 100644 --- a/README.rst +++ b/README.rst @@ -69,8 +69,15 @@ System `__ under the `CircuitPython category `__ and `MicroPython category `__. An API -reference is also available on `Read the -Docs `__. +reference is also available on `Read the Docs +`__. A collection of awesome +resources can be found at `Awesome CircuitPython `__. + +Specifically useful documentation when starting out: + +- `Welcome to CircuitPython `__ +- `CircuitPython Essentials `__ +- `Example Code `__ Contributing ------------