From 226a11d664e8e0c656417ce23d37052726e8340f Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Mon, 3 Feb 2014 23:37:52 -0800 Subject: [PATCH] Initial port. --- Board-NetduinoPlus2.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Board-NetduinoPlus2.md b/Board-NetduinoPlus2.md index 468539f..de3f003 100644 --- a/Board-NetduinoPlus2.md +++ b/Board-NetduinoPlus2.md @@ -9,4 +9,13 @@ STMF405RG (same as micropython original Pyboard) * Arduino formfactor ###Status### -No work has yet been done on porting to this chip \ No newline at end of file +Initial port completed. +* pyb.Led(1) controls the Blue LED +* pyb.Led(2) controls the White LED +* pyb.switch() returns True if the pushbutton is pushed +* 5V and 3.3v is enabled on the expansion header + +###Programming from Linux (via DFU)### +This is the same as is done for the [[STM Discovery STM32F407|Board-STM32F407-Discovery]] + +The push button on the board is connected to BOOT1. You'll need to wire up an external pushbutton to control the RESET line. \ No newline at end of file