From 6f44b5f9c94b8302feefbdbe178eca437a741577 Mon Sep 17 00:00:00 2001 From: pfalcon Date: Sun, 7 Dec 2014 17:17:45 -0800 Subject: [PATCH] Give hint about STM32F405RG --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5bfb3c2..51124cc 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,5 @@ Welcome to the micropython dev wiki! -This is the [Micro Python](http://micropython.org/) project, which puts an implementation of Python 3.x on a microcontroller or embedded system. The project also includes a small [microcontroller board](https://github.com/micropython/pyboard) based around the STM32F405RG. +This is the [Micro Python](http://micropython.org/) project, which puts an implementation of Python 3.x on a microcontroller or embedded system. The project also includes a small [microcontroller board](https://github.com/micropython/pyboard) based around the STM32F405RG chip. This wiki is to support development of the Micro Python core code and the various ports to new hardware. The users guide on how to use Micro Python, and all user oriented library and module information, is on the [main Micro Python site](http://micropython.org/).