Difference between revisions of "C Programming"

From Mech
Jump to navigationJump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
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 PIC18F420.
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.
<br>
<br>
<ol>
<ol>
<li> [[Digital Inputs]]
<li> [[C Example: Digital Inputs|Digital Inputs]]
<li> [[Digital Outputs]]
<li> [[C Example: Digital Outputs|Digital Outputs, by pins, one bit]]
<li> [[Digital Outputs (Ports)]]
<li> [[C Example: Digital Outputs (Ports)|Digital Outputs, by ports, 8 bits]]
<li> [[Analog Inputs]]
<li> [[C Example: Analog Inputs|Analog Inputs]]
<li> [[Comparators]]
<li> [[C Example: Comparators|Comparators]]
<li> [[PWM Motor Control]]
<li> [[C Example: PWM Motor Control|PWM outputs, for motor control]]
<li> [[Bi-Directional PWM Motor Control]]
<li> [[C Example: Bi-Directional PWM Motor Control|Bi-Directional PWM Motor Control]]
<li> [[C Example: Serial LCD|Text output to a serial LCD display]]
<li> [[Timer Interrupts]]
<li> [[C Example: Parallel Interfacing with LCDs|Text output to a parallel LCD display]]
<li> [[C Example: Analog Output by 8-bit DAC|Analog Output by 8-bit DAC]]
<li> [[C Example: Analog Output by I2C|Analog Output by I2C]]
<li> [[C Example: Interrupt on Timer for servo cycle|Interrupt on Timer for servo cycle]]
<li> [[C Example: Interrupt on external event|Interrupt on external event]]
<li> [[C Example: Counters for encoders|Counters for encoders]]
<li> [[C Example: Quadrature decoding and counting|Quadrature decoding and counting]]
<li> [[C Example: Serial communication to a text window|Serial communication to a text window]]
<li> [[C Example: IR communication modulated at 38KHz|IR communication modulated at 38KHz]]
<li> [[C Example: Zigbee radio communication|Zigbee radio communication]]
</ol>
</ol>

Latest revision as of 01:12, 30 November 2007