Microchip PIC Source Code
|
|
Various pieces of PIC code.
|
|
File Name
|
Description
|
|
ad.asm
|
A-D Converter Interface (16F84). Written to control an AD7892. Acquired data is serially sent back to PC.
|
|
counter.asm
|
Pulse Counter (12C508). Counts pulses and sends the count to an attached PC via rs232.
|
|
ider.asm
|
Ham radio repeater ID'er (16F84). ASCII-to-Morse code generator.
|
|
lightctrl.asm
|
Serial Control (16F84). Control an I/O pin via rs232.
|
|
lock.asm
|
Garage door opener (16F84). Correct code entered on matrix scan keypad opens garage door.
|
|