Author |
Message |
Topic: FFT_PIC |
kaos
Replies: 1
Views: 2982
|
Forum: General CCS C Discussion Posted: Sun May 06, 2007 5:18 am Subject: FFT_PIC |
I have programmed a function "FFT_PIC" and I want to share the code to know if is possible to improve it.
//----------------------------------------------------------------------------- ... |
Topic: Problem width MCP3302(A/D Converter) |
kaos
Replies: 6
Views: 7627
|
Forum: General CCS C Discussion Posted: Sun May 06, 2007 5:04 am Subject: Problem width MCP3302(A/D Converter) |
It does not work. I dont't understand, because the A/d is very simple but only send 514 and dont change.
Thank you anyhow.
pd:
I writed
byte_high <<= 3;
byte_h ... |
Topic: Problem width MCP3302(A/D Converter) |
kaos
Replies: 6
Views: 7627
|
Forum: General CCS C Discussion Posted: Sat May 05, 2007 4:35 am Subject: Problem width MCP3302(A/D Converter) |
In the picture you can to see that 3 bytes don't use so first, <<3, move 3 bytes to left an them, >>3, move 3 bytes to right. Now there is 0. |
Topic: Problem width MCP3302(A/D Converter) |
kaos
Replies: 6
Views: 7627
|
Forum: General CCS C Discussion Posted: Thu May 03, 2007 5:15 am Subject: Problem width MCP3302(A/D Converter) |
Halo, my english is very poor so I ask for pardon.
hardware:
MCP3301 -> 13-Bit Differential Input, Low Power A/D Converter with SPIā¢ Serial Interface (microchip)
http://usuarios.lycos.es ... |
|