Skip to content

Instantly share code, notes, and snippets.

@relrod
Created June 5, 2013 04:43
Show Gist options
  • Save relrod/5711660 to your computer and use it in GitHub Desktop.
Save relrod/5711660 to your computer and use it in GitHub Desktop.
unsigned char baudout[] = {
0x3, // Null
0x13, // Space
0x5f, // Q 1
0x4f, // W 2
0x7, // E 3
0x2b, // R 4
0x43, // T 5
0x57, // Y 6
0x1f, // U 7
0x1b, // I 8
0x63, // O 9
0x5b, // P 0
0xf, // A -
0x17, // S BELL
0x27, // D $
0x27, // F !
0x6b, // G &
0x53, // H #
0x2f, // J '
0x3f, // K (
0x4b, // L )
0x47, // Z "
0x77, // X /
0x3b, // C :
0x7b, // V ;
0x67, // B ?
0x33, // N ,
0x73, // M .
0x23, // CR
0xb, // LF
0x6f, // Shift to figs
0x7f, // Shift to letters
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment