renejeanmercier

Results 3 issues of renejeanmercier

> Firstly thanks for taking the time to file an issue. Chances are, you are not the first (and > wont be the last) to have this problem: By creating...

question

Hello, I just installed and ran the following micropython program on and ESP32 : import machine import time pin = machine.Pin(2, machine.Pin.OUT) while True: pin.value(0) print("LED ON"); time.sleep(1) pin.value(1) print("LED...

Hi Wolle. Excellent library. Probably the most comprehensive that I found. Thank you very much for having written it and sharing it. I am working on a project and I...