From be53768ce243aa346ac065eedcb8bd952d63642d Mon Sep 17 00:00:00 2001 From: Neon22 Date: Fri, 27 Dec 2013 18:58:14 -0800 Subject: [PATCH] start list --- pyb-module.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pyb-module.md diff --git a/pyb-module.md b/pyb-module.md new file mode 100644 index 0000000..ea8f402 --- /dev/null +++ b/pyb-module.md @@ -0,0 +1,11 @@ +The pyb module exposes the internal functionality of the (initially 405RG) chip. +This includes: +* i2c +* random +* led (pwm driver) +* servo +* accelerometer +* clock functions +* sd card access +* serial comms +* CAN bus comms