"TypeError: extra keyword arguments given" for machine.Timer #16614
Unanswered
dayunbao
asked this question in
RP2040 / Pico
Replies: 1 comment 4 replies
-
Does it happen as well if you just use
In that case, calling Timer.init() would stop the timer. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create and start a timer, but am getting this error
TypeError: extra keyword arguments given
. I're tried creating a Timer and calling itsinit
a few different ways:but I get that error on which ever line has the arguments first. I based my code on the examples in the docs, but am still getting that error. Is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions