-
Notifications
You must be signed in to change notification settings - Fork 76
TypeError: extra keyword arguments given #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, is this question related to the INA219 library ? |
Hi, |
@dplaza11 in your code on the line you have marked as 44 it's this:
It's passing the key word argument However looking at the I2CDevice docs here: It seems there is no argument named |
unrelated to INA219, moving to https://github.com/adafruit/Adafruit_CircuitPython_BusDevice |
use |
Whoopsies. @ladyada is this good to close? |
Thanks y'all! |
yep correct! |
Hi all,
I'm trying to connect my pixy2 to my adafruit metro m4 airlift lite. Right now I just want to test simple functions out like setting the led to change different colors so that I know the I2C communication is working.
Since there is no supported library that works with the pixy2 on circuit python, I am using the pixy2 API from Robert Lucian
https://github.com/RobertLucian/pixy2 and the modified version of the API that Evan Weinberg used in conjunction with his Sphero RVR https://github.com/emwdx/pixyRVRMetro.
Currently when I try to set the led color, I seem to be getting the error "extra keyword arguments given" where lines 208 and 44 are flagged. Line 44 is a line of code within the set_led function which seems to be the problem.
I'd be grateful for any help I can get. Thanks.
The text was updated successfully, but these errors were encountered: