Difference between revisions of "PIC18F4520: Timers"

From Mech
Jump to navigationJump to search
Line 1: Line 1:
The PIC18F4520 has four timers available for use, numbered zero through three. Timers 0,1, and 3 return a 16 bit integer, while timer 4 returns an 8 bit integer. Timer 0 is also referred to as the RTCC timer.
The PIC18F4520 has four timers available for use, numbered zero through three. Timers 0,1, and 3 return a 16 bit integer, while timer 2 returns an 8 bit integer. Timer 0 is also referred to as the RTCC timer.

Revision as of 14:20, 2 July 2007

The PIC18F4520 has four timers available for use, numbered zero through three. Timers 0,1, and 3 return a 16 bit integer, while timer 2 returns an 8 bit integer. Timer 0 is also referred to as the RTCC timer.