We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0912334 commit 0af974bCopy full SHA for 0af974b
examples/hwapi/soft_pwm2_uasyncio.py
@@ -27,5 +27,5 @@ async def fade_in_out(LED):
27
28
loop = uasyncio.get_event_loop()
29
loop.create_task(fade_in_out(LED))
30
-loop.call_later_ms_(800, fade_in_out(LED2))
+loop.call_later_ms(800, fade_in_out(LED2))
31
loop.run_forever()
0 commit comments