Updated Tips and Tricks (markdown)

master
Garrett Berg 2015-05-07 13:43:42 -06:00
rodzic 073d15e6e5
commit 53241e4203
1 zmienionych plików z 6 dodań i 1 usunięć

@ -1,3 +1,8 @@
This page is a compilation of some FAQ's that other users might find useful
- [[How to perform a soft reset|Soft reset]]
## General Tips
- Micropython does not (currently) support threading, use the [uasyncio](https://github.com/micropython/micropython-lib/tree/master/uasyncio) library instead.
## microcontroller tips
- [[How to perform a soft reset|Soft reset]]
- [[Continuous revision control on a microcontroller|Developing on a microcontroller]]