From 453450933df466ce0b56e9696d72eae76df6acfd Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Thu, 25 May 2023 09:58:52 +1000 Subject: [PATCH] Updated Tips and Tricks (markdown) --- Tips-and-Tricks.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Tips-and-Tricks.md b/Tips-and-Tricks.md index 9320ccb..d083dd5 100644 --- a/Tips-and-Tricks.md +++ b/Tips-and-Tricks.md @@ -3,3 +3,8 @@ This page is a compilation of some FAQ's that other users might find useful ## microcontroller tips - [[How to perform a soft reset|Soft reset]] - [[Continuous revision control on a microcontroller|Developing on a microcontroller]] + + +## development tools +- **[mpremote](https://docs.micropython.org/en/latest/reference/mpremote.html)** +- [[vscode]]