Author |
Message |
Topic: keypad |
ailatech
Replies: 1
Views: 2996
|
Forum: General CCS C Discussion Posted: Fri Dec 04, 2009 2:21 pm Subject: keypad |
In the KBD.c library included with the ccs c compiler, there are two types of keypads, blue and black. What is the difference between them? |
Topic: Printing restricted words |
ailatech
Replies: 4
Views: 4575
|
Forum: General CCS C Discussion Posted: Fri Dec 04, 2009 1:56 pm Subject: Printing restricted words |
How can i print a restricted word like "%"? |
Topic: ADC decimal Digit problem |
ailatech
Replies: 1
Views: 2792
|
Forum: General CCS C Discussion Posted: Sun May 03, 2009 3:13 pm Subject: ADC decimal Digit problem |
Hi all
I have a problem with adc
I want to display a float number consists of 3 decimal digits at least, i tried to use the following:
set_adc_channel( 0 )
delay_us(10);
x=r ... |
Topic: PIC18F2221 |
ailatech
Replies: 1
Views: 2400
|
Forum: General CCS C Discussion Posted: Wed Jan 14, 2009 10:08 am Subject: PIC18F2221 |
I want to use PIC18F2221,
can any one send me the header file for PIC18F2221 microcontroller |
Topic: Connecting 2 I2C devices |
ailatech
Replies: 1
Views: 4830
|
Forum: General CCS C Discussion Posted: Tue Sep 25, 2007 3:21 am Subject: Connecting 2 I2C devices |
hello
I need to connect two I2C devices with my PIC. One is DS1307 RTC, and the other is 2416 16Kbit I2C eeprom. How can I use both.
their libraries are:
DS1307:
#define DS1307_SDA PIN_C1
#def ... |
Topic: sending int16 using RS232 |
ailatech
Replies: 1
Views: 3425
|
Forum: General CCS C Discussion Posted: Mon Sep 24, 2007 11:43 pm Subject: sending int16 using RS232 |
Hello
I have written to the program eeprom sucessfully, and then i need to read those data and send them via the RS232 terminal. The program writes to program eeprom successfully, but it does not sen ... |
Topic: USB connection |
ailatech
Replies: 1
Views: 2277
|
Forum: General CCS C Discussion Posted: Mon Sep 03, 2007 2:50 am Subject: USB connection |
Dear all;
If I want to connect a PIC18F4520 microcontroller with the PC via USB port, do I need to connect an external USB buffer?
Than you |
|