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
Just thought your "sample_blink" would be better off as mimicking the the sample on blink bundled with Arduino.
while 1: my_board.setHigh(13) time.sleep(1) my_board.setLow(13) time.sleep(1) i+=1
not sure what happens with python if i rolls over, imagine it's similar to c but I don't know...
The text was updated successfully, but these errors were encountered:
Agree. That'll give users some context. I'll test it out once and change it.
Sorry, something went wrong.
No branches or pull requests
Just thought your "sample_blink" would be better off as mimicking the the sample on blink bundled with Arduino.
while 1:
my_board.setHigh(13)
time.sleep(1)
my_board.setLow(13)
time.sleep(1)
i+=1
not sure what happens with python if i rolls over, imagine it's similar to c but I don't know...
The text was updated successfully, but these errors were encountered: