Author |
Message |
Topic: video streaming over GPRS network |
Redpic
Replies: 2
Views: 5156
|
Forum: General CCS C Discussion Posted: Fri Mar 02, 2007 9:03 am Subject: video streaming over GPRS network |
See http://www.roundsolutions.com/cmos-camera/index.htm
Can be a good option. |
Topic: I2C on 16F88 fast and slow |
Redpic
Replies: 8
Views: 13653
|
Forum: General CCS C Discussion Posted: Tue Nov 28, 2006 12:51 am Subject: I2C on 16F88 fast and slow |
For 24xx1025 you can see my driver in this Forum, section Code Library : http://www.ccsinfo.com/forum/viewtopic.php?t=28530. Run fine. |
Topic: 4 x Serial EEPROM 24AA1025 512 Kbytes direct access driver. |
Redpic
Replies: 0
Views: 31663
|
Forum: Code Library Posted: Sun Oct 15, 2006 10:32 am Subject: 4 x Serial EEPROM 24AA1025 512 Kbytes direct access driver. |
This work is based in two previous works:
The EX_EXTEE.C from CCS C examples directory and
a post in this same Code Library section
///////////////////////////////////////////////////////////// ... |
Topic: Int8 to Roman Numbers (string) function. |
Redpic
Replies: 0
Views: 26705
|
Forum: Code Library Posted: Wed Oct 11, 2006 7:27 am Subject: Int8 to Roman Numbers (string) function. |
First: declarations and function:
#include <string.h>
...
const int8 Numeros[] = { 1, 4, 5, 9, 10, 40, 50, 90, 100, 400, 500, 900, 1000};
...
//------ ... |
Topic: Anyone with Sample Code to Read Qwerty/ASCII Keyboard? |
Redpic
Replies: 1
Views: 5079
|
Forum: General CCS C Discussion Posted: Mon May 08, 2006 7:45 am Subject: Re: Anyone with Sample Code to Read Qwerty/ASCII Keyboard? |
Im looking for some sample code for CCS to read Qwerty keyboard (I only need numeric keypad portion) for 16/18fxxxx Thanks...
http://picmania.garcia-cuervo.com/Proyectos_Teclado_PS2.htm (in spanish ... |
|