Author |
Message |
Topic: Latest ICD software. |
Pilot
Replies: 6
Views: 52999
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Thu Sep 30, 2004 1:21 pm Subject: Latest ICD software. |
see settings on the upper left corner of the advanced page |
Topic: Multiplexing LCD & Keypad |
Pilot
Replies: 4
Views: 10793
|
Forum: General CCS C Discussion Posted: Mon Sep 06, 2004 12:17 am Subject: Multiplexing LCD & Keypad |
Pilot,
I guess we need some more detail, or this was part of another thread?
Trampas
I mean how can LCD and Keyboard share same pins?
My project has 3 buttons & 7 pins connected to LCD. ... |
Topic: Multiplexing LCD & Keypad |
Pilot
Replies: 4
Views: 10793
|
Forum: General CCS C Discussion Posted: Fri Sep 03, 2004 3:38 am Subject: Multiplexing LCD & Keypad |
Hi,
I couldnt find :( Coluld you pls shortly explain the logic, give example code & shematic? Thanks (LCD is driven in 4 bit data mode) |
Topic: Using PORTC & I2C |
Pilot
Replies: 4
Views: 10251
|
Forum: General CCS C Discussion Posted: Wed Aug 04, 2004 7:34 am Subject: Using PORTC & I2C |
I am new in PICC. I am using I2C Hardware in PORTC and i want to use other 6 pins for directly output (or input) numbers between 0 and 63, like
myout=52, without affecting the i2c pins/tris. what is ... |
Topic: ADC using interrupts |
Pilot
Replies: 1
Views: 10801
|
Forum: General CCS C Discussion Posted: Sun Aug 01, 2004 2:51 pm Subject: Re: ADC using interrupts |
Hi,
I did 3 channel adc
but i want to use interrupt for ADC conversion and dont know how to do it with 3 channels? How i will know which channel is ready for read in the interrupt routine?
Thank ... |
Topic: ADC using interrupts |
Pilot
Replies: 1
Views: 10801
|
Forum: General CCS C Discussion Posted: Sun Aug 01, 2004 11:47 am Subject: ADC using interrupts |
Hi,
I did 3 channel adc
#include "C:\PicPrj\CCSC\LCD_I2C_ADC\LCD_I2C_ADC.h"
#include <LCD.C>
// #int_AD
/*
AD_isr()
{
}
*/
#define ADCCONST 5.0/1 ... |
|