Search found 3 matches
- Fri Jan 22, 2021 10:30 pm
- Forum: Programs, Libraries and Tools
- Topic: MAX7219 Issues
- Replies: 0
- Views: 34
MAX7219 Issues
Sorry, I decided to look at the Adruino library to look for corrolations. So hold off on replies. I have a project that I originally created with Arduino and now want to move it to MicroPython on an ESP32 board. I've looked through a few of the MAX7219 when using the chip for 7-segment LEDs. I'm fin...
- Wed Jan 13, 2021 8:09 pm
- Forum: Programs, Libraries and Tools
- Topic: Can't import PMW
- Replies: 2
- Views: 116
Re: Can't import PMW
My Dyslexia strikes again. Can't believe how many times I thought I was writing PWM. Thanks!
- Wed Jan 13, 2021 6:19 pm
- Forum: Programs, Libraries and Tools
- Topic: Can't import PMW
- Replies: 2
- Views: 116
Can't import PMW
I've flashed my ESP32S with esp32-idf4-20200902-v1.13. I'm just getting my feet wet with mp and trying out a classic multi=push button/led app. This is the result of from machine import Pin, PWM at a >>> prompt: Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: can'...