Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 107 → Rev 112

/Classwork/ECE4534 - Embedded Systems/PIC 27J13/led_driver.h
8,6 → 8,7
static char LED_CHAR_D = 0b11111100;
static char LED_CHAR_E = 0b10011110;
static char LED_CHAR_F = 0b10001110;
static char LED_CHAR_U = 0b01111100;
 
static char LED_CHAR_0 = 0b11111100;
static char LED_CHAR_1 = 0b01100000;