Difference between revisions of "C Programming"
From Mech
Jump to navigationJump to searchLine 9: | Line 9: | ||
<li> [[C Example: PWM Motor Control|PWM outputs, for motor control]] |
<li> [[C Example: PWM Motor Control|PWM outputs, for motor control]] |
||
<li> [[C Example: Bi-Directional PWM Motor Control|Bi-Directional PWM Motor Control]] |
<li> [[C Example: Bi-Directional PWM Motor Control|Bi-Directional PWM Motor Control]] |
||
<li> [[C Example: Timer Interrupts|Timer Interrupts]] |
|||
<li> [[C Example: Serial LCD|Text output to a serial LCD display]] |
<li> [[C Example: Serial LCD|Text output to a serial LCD display]] |
||
<li> [[C Example: Parallel Interfacing with LCDs|Text output to a parallel LCD display]] |
<li> [[C Example: Parallel Interfacing with LCDs|Text output to a parallel LCD display]] |
||
<li> [[C Example: Analog Output by 8-bit DAC]] |
<li> [[C Example: Analog Output by 8-bit DAC]] |
||
<li> [[C Example: Analog Output by I2C]] |
<li> [[C Example: Analog Output by I2C]] |
||
<li> [[C Example: Analog Inputs|Analog Inputs]] |
|||
<li> [[C Example: Interrupt on Timer for servo cycle]] |
<li> [[C Example: Interrupt on Timer for servo cycle]] |
||
<li> [[C Example: Interrupt on external event]] |
<li> [[C Example: Interrupt on external event]] |
Revision as of 00:10, 30 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.
- Digital Inputs
- Digital Outputs, by pins, one bit
- Digital Outputs, by ports, 8 bits
- Analog Inputs
- Comparators
- PWM outputs, for motor control
- Bi-Directional PWM Motor Control
- Text output to a serial LCD display
- Text output to a parallel LCD display
- C Example: Analog Output by 8-bit DAC
- C Example: Analog Output by I2C
- C Example: Interrupt on Timer for servo cycle
- C Example: Interrupt on external event
- C Example: Counters for encoders
- C Example: Quadrature decoding
- C Example: Serial communication to a text window
- C Example: IR communication modulated at 38KHz
- C Example: Zigbee radio communication