About Lesson
Standard Embedded C Data Types
|
Data Type |
Bits |
Range |
|
Unsigned char |
8 |
0 – 255 |
|
Signed char |
8 |
-128 – +127 |
|
Unsigned int |
16 |
0 – 65535 |
|
Signed int |
16 |
-32768 – +32767 |
|
bit |
1 |
0 – 1 |
|
sbit |
1 |
0 – 1 |
|
sfr |
8 |
0 – 255 |
|
sfr16 |
16 |
0 – 65535 |