From 8241f54891185043353d5ae3dd225d38d68ae952 Mon Sep 17 00:00:00 2001 From: Robert Wolterman Date: Mon, 2 Jan 2017 20:49:09 +0000 Subject: [PATCH] Update to the README to make the PocketCHIP specific names more easily recognizable. Update to the Makefile clean function to remove the byte compiled python stuff that wasn't cleaned properly --- Makefile | 2 +- README.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c494367..3a6155d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ publish: package clean: rm -rf CHIP_IO.* build dist - rm -f *.pyo + rm -f *.pyo *.pyc rm -f *.egg rm -f overlays/*.pyo overlays/*.pyc tests: diff --git a/README.rst b/README.rst index 72bb068..2249c66 100644 --- a/README.rst +++ b/README.rst @@ -44,10 +44,10 @@ All scripts that require GPIO, PWM (HW and/or SW), and Overlay Manager need to b **Allowable Pin Names for the Library** -The following "table" is the allowable pin names that are able to be used by the library. +The following "table" is the allowable pin names that are able to be used by the library. The Name column is the normal name used on the CHIP Headers, the Alt Name column is the value used by the PocketCHIP header (if it's broken out), and the Key is the Header and Pin Number the the Pin is physically located. Either of these 3 means is able to specify a pin in CHIP_IO. +-----------+-------------+--------+ - | Name | Alt Name | Key | + | CHIP (Name) | PocketCHIP (Alt Name) | Key | +-----------+-------------+--------+ | TWI1-SDA | KPD-I2C-SDA | U13_9 | +-----------+-------------+--------+