Microcontroller › AVR › avr programming help › Hi,What is so difficult about
February 19, 2013 at 1:48 pm
#9160
AJISH ALFRED
Participant
Hi,
What is so difficult about it? ‘char A [ 20 ];’ will do the job.
Or you can use ‘u8 A [ 20 ];’
u8 is the data type having 8 bytes. The representation varies depending upon the compiler used!