| adcx20.htm | PICBASIC PRO program to read pot and display on LCD.
|
| blinkx20.htm | PICBASIC PRO program to blink an LED connected to
PORTA.4 about once a second.
|
| bpx20.htm | PICBASIC PRO program to simulate an LCD Backpack.
|
| butx20.htm | PICBASIC PRO program to show button press on LEDs.
|
| clockx20.htm | PICBASIC PRO program for LCD clock using On Interrupt.
Uses TMR0 and prescaler. Watchdog Timer should be set to off at
program time and Nap and Sleep should not be used. Buttons may be used
to set time.
|
| countx20.htm | PICBASIC PRO program to show binary count on 2 LEDS.
|
| hellox20.htm | PICBASIC PRO program to send "Hello World" on serial port.
|
| hserx20.htm | PICBASIC PRO program to send and receive from the hardware
serial port. LEDs count characters and flash error if none received for
10 seconds.
|
| i2cwx20.htm | PICBASIC PRO program to read and write to I2C SEEPROMs
that require a word-sized address. Writes to the first 16 locations
of an external serial EEPROM. Reads first 16 locations back and sends
to LCD repeatedly.
|
| i2cx20.htm | PICBASIC PRO program to read and write to I2C SEEPROMs.
Writes to the first 16 locations of an external serial EEPROM.
Reads first 16 locations back and sends to LCD repeatedly.
Note: for SEEPROMs with byte-sized address.
|
| lcdx20.htm | PICBASIC PRO program to display "Hello World" on LCD.
|
| servox20.htm | PICBASIC PRO program to move RC servo using buttons.
Button 1 moves servo left, 2 moves servo right. Press both buttons
to center servo.
|
| testx20.htm | PICBASIC PRO test program for LAB-X20 (16F690).
|
| upperx20.htm | PICBASIC PRO program for upper case serial filter.
|
| vux20.htm | PICBASIC PRO program to display pot on 2 segment bargraph.
The last LED in the graph dims or brightens with changes in the pot.
|