Write MicroPython as one word, per latest guidelines
parent
0878bd4027
commit
784cbc084f
12
Home.md
12
Home.md
|
@ -1,13 +1,13 @@
|
|||
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 chip.
|
||||
This is the [MicroPython](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/).
|
||||
This wiki is to support development of the MicroPython core code and the various ports to new hardware.
|
||||
The users guide on how to use MicroPython, and all user oriented library and module information, is on the [main Micro Python site](http://micropython.org/).
|
||||
|
||||
![micropython-logo](https://avatars1.githubusercontent.com/u/6298560?s=140 '"micro" the project mascot')
|
||||
|
||||
###What is Micro Python
|
||||
Micro Python is Python interpreter (with partial native code emission feature). It provides subset of Python 3.4 features, implemented for embedded processors and constrained systems.
|
||||
###What is MicroPython
|
||||
MicroPython is Python interpreter (with partial native code emission feature). It provides subset of Python 3.4 features, implemented for embedded processors and constrained systems.
|
||||
|
||||
###Boards
|
||||
The Kickstarter board
|
||||
|
@ -16,7 +16,7 @@ The Kickstarter board
|
|||
|
||||
A list of other boards and their ports is here: **[[Other Boards|Boards-Summary]]**
|
||||
|
||||
### I want to try using micropython now!
|
||||
### 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. MicroPython can also built on MacOSX and Windows.
|
||||
|
||||
### Performance
|
||||
|
|
Loading…
Reference in New Issue