How to Debug MicroPython Code

Clinton just shared a new tutorial: "How to Debug MicroPython Code"



When you are working on microcontrollers it can be very difficult to know what your code is doing, with MicroPython we can use REPL (Read Evaluate Print Loop) to see the debug output and run python commands in real time. This tutorial will be lo…

Read more