We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fbc6f commit af09264Copy full SHA for af09264
examples/led_animation_samd21_reset_interval.py
@@ -33,4 +33,4 @@
33
comet.animate()
34
35
if time.monotonic() > 3600: # After an hour passes, reset the board.
36
- microcontroller.reset()
+ microcontroller.reset() # pylint: disable=no-member
0 commit comments