Skip to content

Example #6

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

Open
eagletusk opened this issue Apr 8, 2012 · 1 comment
Open

Example #6

eagletusk opened this issue Apr 8, 2012 · 1 comment

Comments

@eagletusk
Copy link

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...

@HashNuke
Copy link
Owner

HashNuke commented Apr 9, 2012

Agree. That'll give users some context. I'll test it out once and change it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants