I had a few objectives:
- Be able to run a 7-segment display (see
basic_countdown.py
andseven_segment.py
) - Be able to run an 4-digit display using a TM1637 chip. I couldn't do this on my own and relied on
tm1637.py
by timwaizenegger.
I had a few objectives:
basic_countdown.py
and seven_segment.py
)tm1637.py
by timwaizenegger.