Updated Tips and Tricks (markdown)
parent
073d15e6e5
commit
53241e4203
|
@ -1,3 +1,8 @@
|
||||||
This page is a compilation of some FAQ's that other users might find useful
|
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]]
|
||||||
|
|
Loading…
Reference in New Issue