|
|
|
|
|
by Reviving1514
1045 days ago
|
|
On the contrary Micropython is even used in medical devices. I've used it extensively and it is great. With ESP32 peripherals you can even get extremely tight timings depending on what specifically you need. And of course any specific performance critical code can be written in C and everything else can be micropython. It's great, definitely worth exploring. https://www.youtube.com/watch?v=YovngSLXoxw |
|