Update info about "pyb" module.

master
pfalcon 2014-12-26 10:03:46 -08:00
rodzic a5640a4419
commit 7d49762f67
1 zmienionych plików z 2 dodań i 3 usunięć

@ -30,8 +30,7 @@ Some [[numbers|Performance]] from a very simple benchmark
* Ongoing effort to document [[Differences]] between CPython and MicroPython.
#### 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 more microcontrollers may be added in future releases.
Some developer related information can be found here: [[pyb module|pyb module]]. But the user centric information is on the [main site](http://micropython.org/).
This module allows access to the internal peripherals of the microcontroller chip. Initially, the 405RG chip noted above is supported. Support for more microcontrollers may be added in future releases. Documentation: http://docs.micropython.org/en/latest/library/pyb.html
### Development
* [[ContributorGuidelines]] - get to know MicroPython approach.
@ -48,4 +47,4 @@ Some developer related information can be found here: [[pyb module|pyb module]].
### Current Limitations
* The entire set of standard python libraries is **not** supported. If a module is missing it will be due to the inapplicability of that module for use in an embedded controller. High memory consumption (e.g. sqlite3) or a lack of a certain required hardware feature (e.g. multiprocessing) are reasons that some modules can not be implemented for some microcontrollers.
The full list list of standard python libraries can be found here: [Python 3.4 standard lib](http://docs.python.org/3/library/).
* There are differences between CPython3 (considered to be a reference implementation of the Python3 language) and MicroPython. Documented [[here|Differences]].
* There are differences between CPython3 (considered to be a reference implementation of the Python3 language) and MicroPython. Documented [[here|Differences]].