Add DevelWorkflow

master
Paul Sokolovsky 2014-04-30 11:55:39 -07:00
rodzic b0a6ae3ce5
commit 41087b660f
1 zmienionych plików z 1 dodań i 0 usunięć

@ -31,6 +31,7 @@ This module allows access to the internal peripherals of the microcontroller chi
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/).
### Development
* [[DevelWorkflow]] - suggested development workflow for contributors.
* [[Internals]] - some notes on VM/interpreter internals.
* [[Servos|Servos]] - how should we implement Servos
* [[PWM and Timers|PWM-Timers]]