3 Tips for Repurposing Development Boards for Testing
pyb.LED(LED_GREEN).toggle() On a single channel, the code is just looking for the logic on the pin to change and then it records the time. The reader can see the use of the print statement and that for visual confirmation and LED is toggled. There is a ton though that can be used with this technique across multiple channels without much effort at all. Tip #3 – Capture Data in a Terminal It is common practice to actually record the incoming data somewhere and the most natural place is to use a terminal. Using Linux or a Mac terminal, it’s easy...
Source: designnews.com