| adcx18.htm | PICBASIC PRO program to read potentiometer on LAB-X18
and display on LCD.
|
| blinkx18.htm | PICBASIC PRO program to blink an LED connected
to PORTB.0 about once a second.
|
| bpx18.htm | PICBASIC PRO program to simulate an LCD Backpack.
|
| butx18.htm | PICBASIC PRO program to show button press on LED.
|
| clockx18.htm | PICBASIC PRO program for an 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.
|
| hellox18.htm | PICBASIC PRO program to send "Hello World" to serial port.
|
| hserx18.htm | PICBASIC PRO program to Send and receive from the hardware
serial port. LED counts characters and flashes error if none received for
10 seconds.
|
| i2cwx18.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.
|
| i2cx18.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 send to LCD repeatedly.
Note: for SEEPROMs with byte-sized address.
|
| lcdx18.htm | PICBASIC PRO program to display "Hello World" on LCD.
|
| testx18.htm | PICBASIC PRO test program for LAB-X18.
|
| upperx18.htm | PICBASIC PRO test program for upper case serial filter.
|