Skip to content

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

Open
jacobrosenthal wants to merge 1 commit intoPinoccio:masterfrom
jacobrosenthal:replacetimer2
Open

move symbol counter to arduino millis, and remove pixels as they depe…#234
jacobrosenthal wants to merge 1 commit intoPinoccio:masterfrom
jacobrosenthal:replacetimer2

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 notifications@github.com 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