Difference between revisions of "Sample code for most PIC18F4520 operations"

From Mech
Jump to navigationJump to search
Line 3: Line 3:
<li> [http://129.105.69.13/pic/CodeSamples/Counter1 Counting pulses with Timer1]
<li> [http://129.105.69.13/pic/CodeSamples/Counter1 Counting pulses with Timer1]
<li> [http://129.105.69.13/pic/CodeSamples/DigitalIO Digital input and output bit-by-bit or byte-by-byte]
<li> [http://129.105.69.13/pic/CodeSamples/DigitalIO Digital input and output bit-by-bit or byte-by-byte]
<li> [http://129.105.69.13/pic/CodeSamples/Interrupt0 Timed servo cycles using interrupt routines; slow with 9 periods]
<li> [http://129.105.69.13/pic/CodeSamples/Interrupt0 Timed servo cycles using interrupt routines; Timer 0; slow]
<li> [http://129.105.69.13/pic/CodeSamples/Interrupt2 Timed servo cycles using interrupt routines; fast with many periods]
<li> [http://129.105.69.13/pic/CodeSamples/Interrupt2 Timed servo cycles using interrupt routines; Timer 2; fast]
<li> [http://129.105.69.13/pic/CodeSamples/InterruptExternal Interrupts generated by an external pulse]
<li> [http://129.105.69.13/pic/CodeSamples/InterruptExternal Interrupts generated by an external pulse]
<li> [http://129.105.69.13/pic/CodeSamples/Watchdog Watchdog timer in case of a hang or crash]
<li> [http://129.105.69.13/pic/CodeSamples/Watchdog Watchdog timer in case of a hang or crash]

Revision as of 21:41, 17 December 2007