From 6446fcd500c6f27509318d8297c6e9d70c9587c3 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Fri, 28 Jul 2017 16:32:52 -0700 Subject: [PATCH] docs: Add links to NeoPixel and SimpleIO docs. --- docs/drivers.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/drivers.rst b/docs/drivers.rst index fccd5e2d55..1e62438624 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -50,6 +50,8 @@ Drivers provide easy access to sensors and other chips without requiring a knowledge of the interface details of the chip itself. .. toctree:: + NeoPixel + SimpleIO RGB Displays Analog-to-digital converters: ADS1015 and ADS1115 DS3231 Real-time Clock (Precision RTC)