Add DevelWorkflow

Paul Sokolovsky 2014-04-30 11:55:39 -07:00
parent b0a6ae3ce5
commit 41087b660f
1 changed files with 1 additions and 0 deletions

@ -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]]