mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
5 lines
128 B
C
Executable file
5 lines
128 B
C
Executable file
#define usb_width 8
|
|
#define usb_height 8
|
|
static unsigned char usb_bits[] = {
|
|
0x70, 0x88, 0xC4, 0xE2, 0x7E, 0x32, 0x09, 0x07 };
|