Created
September 13, 2015 18:18
-
-
Save michaelsarduino/4da0430a9a9351efbd69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
byte smiley[8] = { B00000, | |
B01010, | |
B01010, | |
B00000, | |
B10001, | |
B01110, | |
B00000, }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment