Created
June 17, 2019 10:06
-
-
Save TomasRoj/29bdd247af37c08cec1e8f055efd50eb to your computer and use it in GitHub Desktop.
Help
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
#include "Arduino.h" | |
#include "characters.h" | |
//Void for "č" letter | |
void characters::letterč(){ | |
//here I need to call the byte with special character to display it. All of them are avilibe in my repo in .h file. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment