NUMBER BASES
Different number bases can be used in PICC Lite to describe integer numbers. Table 4.1 lists the valid number bases.
STRUCTURES
Structures are used to collect related items together. For example, the details of a person can normally be stored as
unsigned char name[80]; unsigned char surname[80]; unsigned int age;