21.08.2013 Views

Embedded Systems Design with the Atmel AVR Microcontroller Part II

Embedded Systems Design with the Atmel AVR Microcontroller Part II

Embedded Systems Design with the Atmel AVR Microcontroller Part II

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

case 0x7E: ascii_value = ’3’;<br />

break;<br />

case 0xED: ascii_value = ’4’;<br />

break;<br />

case 0xDD: ascii_value = ’5’;<br />

break;<br />

case 0xBD: ascii_value = ’6’;<br />

break;<br />

case 0x7D: ascii_value = ’7’;<br />

break;<br />

case 0xEB: ascii_value = ’8’;<br />

break;<br />

case 0xDB: ascii_value = ’9’;<br />

break;<br />

case 0xBB: ascii_value = ’a’;<br />

break;<br />

case 0x&B: ascii_value = ’b’;<br />

break;<br />

case 0xE7: ascii_value = ’c’;<br />

break;<br />

case 0xD7: ascii_value = ’d’;<br />

break;<br />

case 0xB7: ascii_value = ’e’;<br />

break;<br />

case 0x77: ascii_value = ’f’;<br />

break;<br />

7.3. INPUT DEVICES 193

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!