diff --git a/Tips-and-Tricks.md b/Tips-and-Tricks.md index b8f51b6..cafb531 100644 --- a/Tips-and-Tricks.md +++ b/Tips-and-Tricks.md @@ -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]] \ No newline at end of file +## 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]]