Skip to content

Instantly share code, notes, and snippets.

@knielsen
Created January 9, 2017 15:55
Show Gist options
  • Save knielsen/76365292723799a75a63f08492d66a94 to your computer and use it in GitHub Desktop.
Save knielsen/76365292723799a75a63f08492d66a94 to your computer and use it in GitHub Desktop.
void my_print(char *p) {
while (*p) {
vfd.write(*p++);
// Du kan sætte delay her ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment