Difference between revisions of "C Programming"

From Mech
Jump to navigationJump to search
Line 3: Line 3:
<ol>
<ol>
<li> [[C Example: Digital Inputs|Digital Inputs]]
<li> [[C Example: Digital Inputs|Digital Inputs]]
<li> [[C Example: Digital Outputs|Digital Outputs, one bit at a time]]
<li> [[C Example: Digital Outputs|Digital Outputs, by pins, one bit]]
<li> [[C Example: Digital Outputs (Ports)|Digital Outputs, by ports, 8 bits at a time]]
<li> [[C Example: Digital Outputs (Ports)|Digital Outputs, by ports, 8 bits]]
<li> [[C Example: Analog Inputs|Analog Inputs]]
<li> [[C Example: Analog Inputs|Analog Inputs]]
<li> [[C Example: Comparators|Comparators]]
<li> [[C Example: Comparators|Comparators]]
Line 12: Line 12:
<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 I2C]]
<li> [[C Example: Analog Inputs|Analog Inputs]]
<li> [[C Example: Interrupt on Timer for servo cycle]]
<li> [[C Example: Interrupt on external event]]
<li> [[C Example: Counters for encoders]]
<li> [[C Example: Quadrature decoding]]
<li> [[C Example: Serial communication to a text window]]
<li> [[C Example: IR communication modulated at 38KHz]]
<li> [[C Example: Zigbee radio communication]]
</ol>
</ol>

Revision as of 01:10, 30 November 2007