Explain AVR data format
Answers
Answered by
0
Answer:
The AVR microcontroller has only one data type. It is 8 bits, and the size. of each register is also 8 bits. It is the job of the programmer to break down data larger than 8 bits (00 to OxFF, or 0 to 255 in decimal) to be processed by the CPU. The data types used by the AVR can be positive or negative.
Explanation:
Pls mark me as brainliest
Similar questions