From 3c3ec494dd7595fae1175988c05017d3e78b62cc Mon Sep 17 00:00:00 2001 From: Robert Wolterman Date: Tue, 4 Jul 2017 11:52:56 -0500 Subject: [PATCH] test commit of documentation formatting --- docs/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/index.md b/docs/index.md index 9ba6622..a08f17e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,24 @@ ## CHIP_IO.GPIO +### Importing +Import the GPIO module as follows + + ```python + import CHIP_IO.GPIO as GPIO + ``` + +### toggle_debug() +Enable/Disable the Debug + +* Parameters + None + +* Examples + + ```python + GPIO.toggle_debug() + ``` + ## CHIP_IO.PWM ## CHIP_IO.SOFTPWM