PROGRAMMING PIC MICROCONTROLLERS IN C:NUMBER BASES

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;

Programming PIC Microcontrollers in C-0121

Programming PIC Microcontrollers in C-0122

Leave a comment

Your email address will not be published. Required fields are marked *