Questions tagged [micropython]
MicroPython is a Python-like compiler. Please only tag with tag python if there are no better tags to tag with.
2 questions
10
votes
4
answers
667
views
Split flap clock stepper code
I've built a Split Flap Clock, and the code has grown quite a lot, and although it does work in its current state, I am wondering if it could be cleaned up.
The whole thing runs on an ESP32 and is ...
5
votes
1
answer
555
views
Simple TimeStamp class in Python
For a project I'm working on we need a basic time holder class. This is written in CircuitPython, which is a stripped down version of CPython that's missing a number of libraries, including the whole ...