Micropython Pyboard driving a 74HC595 Shift Register with SPI

This is a little test of the pyboard from driving some LEDs connected to a 74HC595 shift register using the micropython SPI library. It was very easy to code this and debug it due to the interactive nature of python! What an improvement compared to the C and the arduino environment! The code with all the details is available at: I later made a new version of the code to run an ar
Back to Top