CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: multiple interrupts -- determining frequency of signal
hoss`

Replies: 1
Views: 4969

PostForum: General CCS C Discussion   Posted: Sun Apr 10, 2005 9:36 pm   Subject: multiple interrupts -- determining frequency of signal
Basically, I'm curious what the best way to determine the frequency of a singnal is. I have the input hooked up to the rb0/int pin on the PIC. I enable interrupts and have an int_ext interrupt set u ...
  Topic: how can i tell this if this is working?
hoss`

Replies: 2
Views: 5650

PostForum: General CCS C Discussion   Posted: Mon Mar 21, 2005 10:38 am   Subject: how can i tell this if this is working?
okay here's an updated version of my code...


#include <16F874.H>

#use delay(clock=20000000)
#use rs232(DEBUGGER)

void main()
{

int16 temp_in = 0;
...
  Topic: how can i tell this if this is working?
hoss`

Replies: 2
Views: 5650

PostForum: General CCS C Discussion   Posted: Wed Mar 16, 2005 2:15 pm   Subject: how can i tell this if this is working?
I'm kind of a noob when it comes to programming the pic and I was hoping for some help with a few simple questiosn...

here's what i'm trying to do. I'm using an LM34 temperature sensor and all I w ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group