Skip to content
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

move symbol counter to arduino millis, and remove pixels as they depe… #234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jacobrosenthal
Copy link
Contributor

Needed for Pinoccio/core-pinoccio#23

move symbol counter to millis in a pinoccio core to allow for millis and micro to keep time even while asleep.

see also Pinoccio/library-atmel-lwm#6

…nded on something internal to the old wiring.c
@soldair
Copy link
Collaborator

soldair commented May 16, 2015

getting rid of some modules?

@jacobrosenthal
Copy link
Contributor Author

Yeah not ideal. The issue is symbol counter keeps much better time than an
8 bit timer that overflows constantly and needs to be handled. Theyre
checking that variable. We could recreate that variable but we dont want to
wake up constantly and add an overflow we dont need. Is their access of
the wiring timer0 variable common?

On Sat, May 16, 2015 at 12:55 PM, Ryan Day [email protected] wrote:

getting rid of some modules?


Reply to this email directly or view it on GitHub
#234 (comment)
.

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

Successfully merging this pull request may close these issues.

2 participants