Skip to content

Instantly share code, notes, and snippets.

View TomasRoj's full-sized avatar

Tomáš Roj TomasRoj

  • Prague, Czech Republic
View GitHub Profile
#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.
}