Difference between revisions of "C Programming"

From Mech
Jump to navigationJump to search
Line 11: Line 11:
<li> [[C Example: Timer Interrupts|Timer Interrupts]]
<li> [[C Example: Timer Interrupts|Timer Interrupts]]
<li> [[C Example: Serial LCD|Serial LCD]]
<li> [[C Example: Serial LCD|Serial LCD]]
<li> [[C Example: Parallel Interfacing with LCDs|Parallel Interfacing with LCDs]]
</ol>
</ol>

Revision as of 13:56, 14 November 2007

The following files supply simple examples of C programming, and describe the processes which are taking place. These can be copied into the Windows IDE and programmed into a PIC18F4520.

  1. Digital Inputs
  2. Digital Outputs
  3. Digital Outputs (Ports)
  4. Analog Inputs
  5. Comparators
  6. PWM Motor Control
  7. Bi-Directional PWM Motor Control
  8. Timer Interrupts
  9. Serial LCD
  10. Parallel Interfacing with LCDs