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 4 matches
CCS Forum Index
Author Message
  Topic: Help needed
Vincent112

Replies: 4
Views: 5928

PostForum: General CCS C Discussion   Posted: Wed Nov 02, 2011 10:32 am   Subject: Help needed
void main()
{

while (true)
{
detect_count_offhook();
play_message1();
hangs_up ();
}
}

void detect_c ...
  Topic: Help needed
Vincent112

Replies: 4
Views: 5928

PostForum: General CCS C Discussion   Posted: Wed Nov 02, 2011 10:03 am   Subject: Help needed
Hi all, sorry for the newbie question but I've encounter some error while trying to compile my source file.

int Ring_counts = 0;
unsigned char Input_from_porta = 0x00;

when I try to compile it ...
  Topic: Undefined Identifier Errors
Vincent112

Replies: 5
Views: 10443

PostForum: General CCS C Discussion   Posted: Sat Jul 30, 2011 5:27 pm   Subject: Undefined Identifier Errors
if(k != 0)
{
if (k == '1')
{
void set_message_address_1();
}
if (k == '2')
{
void set_message_address_2();
...
  Topic: Undefined Identifier Errors
Vincent112

Replies: 5
Views: 10443

PostForum: General CCS C Discussion   Posted: Sat Jul 30, 2011 6:58 am   Subject: Undefined Identifier Errors
Hi guys, I'm quite new to CCS C coding. I'm wanted to test the keypad function but bump into some errors while compiling it.

#include <16f877a.h>
#include <kbd1.c>
#fuses HS,NOWDT,NOP ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group