Skip to content

Instantly share code, notes, and snippets.

@jbobrow
Created August 31, 2017 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jbobrow/22363b36651caee631db213d8551dee6 to your computer and use it in GitHub Desktop.
Save jbobrow/22363b36651caee631db213d8551dee6 to your computer and use it in GitHub Desktop.
Quick test for latest Arduino based Blinks API
@jbobrow
Copy link
Author

jbobrow commented Aug 31, 2017

Not doing exactly what I thought it would do, but seems to get close...

@bigjosh
Copy link

bigjosh commented Sep 1, 2017

Still some flakiness but this should work..,

https://gist.github.com/bigjosh/4d3ad37169dd31d04936b52b78532696/revisions

You need to pull this commit which fixes a bug that made all values returned from iRreadDibit() have bit 4 set....

bigjosh/Move38-Arduino-Platform@ac8ebbe

Also, seems like I need to cycle the sendstate once though to get receive to work. Hmm...

I am also seeing occasional wrong color pop up in receive state. Hmmm...

Need to track both these down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment