From eb10f472135daa2ee395fc1d87669565285b61b1 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 28 Mar 2014 12:43:49 -0700 Subject: [PATCH] Move devel-related topics under Development --- Home.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Home.md b/Home.md index 6164f26..fdb16b1 100644 --- a/Home.md +++ b/Home.md @@ -14,11 +14,6 @@ The Kickstarter board A list of other boards and their ports is here: **[[Other Boards|Boards-Summary]]** -###Porting to new hardware -* [[How to port micro python to a new hardware target|porting]] -* Implementation details: - - [[i2c|i2c_info]] - ### I want to try using micropython now! If you have a machine that runs some flavor of Unix, see the [[Getting-Started]] instructions on how to obtain the binary to run micropython and start developing. @@ -30,6 +25,7 @@ Some [[numbers|Performance]] from a very simple benchmark * [[Servos|Servos]] - how should we implement Servos * [[PWM and Timers|PWM-Timers]] * [[Watchdogs|Watchdogs,-Crash-prevention,-Crash-recovery]] +* [[How to port micro python to a new hardware target|porting]] ###The pyb module This module allows access to the internal peripherals of the microcontroller chip. Initially, the 405RG chip noted above will be supported. Support for different microcontrollers are will be added in future releases.