Skip to content

Instantly share code, notes, and snippets.

@TomasRoj
Created June 17, 2019 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TomasRoj/29bdd247af37c08cec1e8f055efd50eb to your computer and use it in GitHub Desktop.
Save TomasRoj/29bdd247af37c08cec1e8f055efd50eb to your computer and use it in GitHub Desktop.
Help
#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