Author |
Message |
Topic: Pointer Address |
sonu2die4
Replies: 2
Views: 3452
|
Forum: General CCS C Discussion Posted: Sun Feb 21, 2010 1:07 am Subject: Pointer Address |
Thanks...It is PIC16f877a... |
Topic: Pointer Address |
sonu2die4
Replies: 2
Views: 3452
|
Forum: General CCS C Discussion Posted: Sun Feb 21, 2010 12:40 am Subject: Pointer Address |
Hi,
I was wondering as to how to get an address of a pointer which contains an integer, ex:
int main(){
int a;
int *ptr;
ptr=&a;
printf("\n\r %p",(void ... |
Topic: function Variable Passing Between Multiple C files [Solved] |
sonu2die4
Replies: 1
Views: 2696
|
Forum: General CCS C Discussion Posted: Sat Feb 20, 2010 10:08 pm Subject: Solved!!! |
I am supposed to do Pointer to Pointer ........ |
Topic: Sound Analysis on pic16f877a or Gumstix |
sonu2die4
Replies: 2
Views: 3433
|
Forum: General CCS C Discussion Posted: Sat Feb 20, 2010 8:46 pm Subject: Sound Analysis on pic16f877a or Gumstix |
Thank You so Much |
Topic: function Variable Passing Between Multiple C files [Solved] |
sonu2die4
Replies: 1
Views: 2696
|
Forum: General CCS C Discussion Posted: Sat Feb 20, 2010 4:43 pm Subject: function Variable Passing Between Multiple C files [Solved] |
Hi,
I am building an obstacle avoiding robot. I have tested various functionality of the peripherals. However I am having a tough time to pass an array to the main function. I get weird values in the ... |
Topic: Sound Analysis on pic16f877a or Gumstix |
sonu2die4
Replies: 2
Views: 3433
|
Forum: General CCS C Discussion Posted: Sat Feb 06, 2010 7:26 pm Subject: Sound Analysis on pic16f877a or Gumstix |
Hi,
I am planning to build a small tool for myself . . I play piano and have difficulty in order to understand chords when someone plays it or sings on a particular scale. I thought to build a p ... |
Topic: Simple Servo Question |
sonu2die4
Replies: 8
Views: 9194
|
Forum: General CCS C Discussion Posted: Sat Dec 05, 2009 2:13 am Subject: Solved |
The Servos are working Fine now. It was just that they are moving in the opposite directions. I tested them with a servo tester and It appears be fine. Thank You all for your valuable suggestions.
... |
Topic: Simple Servo Question |
sonu2die4
Replies: 8
Views: 9194
|
Forum: General CCS C Discussion Posted: Wed Sep 23, 2009 10:00 am Subject: Simple Servo Question |
Thank You vinniewryan and ckielstra. I have changed the fuse to HS and used clock crystal of 8Mhz and 10Mhz for this purpose. It now runs in the reverse direction. I tried
#use delay(clock = 1 ... |
Topic: Simple Servo Question |
sonu2die4
Replies: 8
Views: 9194
|
Forum: General CCS C Discussion Posted: Mon Sep 21, 2009 12:16 am Subject: Simple Servo Question |
Hi,
I have tweaked a Futaba S3003servo for continuous rotation. I have created a simple program to turn the servo backwards and then forward.
The forward functions works fine with me when I individu ... |
|