We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from hub import port S1d = port.F.device S2d = port.D.device S1d.mode(4) #RREFL S2d.mode(4) #RREFL while True: print(str(S1d.get()[0]) + " , " +str(S2d.get()[0]))
This part doesn't work here. Do I have to install anything before?
The text was updated successfully, but these errors were encountered:
What version of software you using with?
Sorry, something went wrong.
I'm using the lastest version of the spike app and my hub updated
If using python, we suggest using pybricks instead of it. Pybricks can use class PUPDevice to read RRFEL data.
No branches or pull requests
This part doesn't work here. Do I have to install anything before?
The text was updated successfully, but these errors were encountered: