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: probleme void defilement
ahmeddragonbleu

Replies: 4
Views: 5840

PostForum: General CCS C Discussion   Posted: Sat May 29, 2010 7:54 am   Subject: probleme void defilement
when i compile this warning appear to me "line 535 code has no effect "
i==i-30 has no effect
i need a solution

void defilement(int i)
{
if(i>29)
{
i==i-30;
mini_main(i);
}
  Topic: probleme void defilement
ahmeddragonbleu

Replies: 4
Views: 5840

PostForum: General CCS C Discussion   Posted: Sat May 29, 2010 2:05 am   Subject: probleme void defilement
when i compile this warning apper to me "line 535 code has no effect "
i==i-30 has no effect
i need a solution

THE PROGRAMM

#include <16F877A.h>
#fuses XT, NOLVP, NOWDT
# ...
  Topic: pic 16f877A problem
ahmeddragonbleu

Replies: 2
Views: 3974

PostForum: General CCS C Discussion   Posted: Sat Apr 10, 2010 9:29 am   Subject: pic 16f877A problem
Thanks a lot for your help.
Now my program is running very well.
  Topic: pic 16f877A problem
ahmeddragonbleu

Replies: 2
Views: 3974

PostForum: General CCS C Discussion   Posted: Sat Apr 10, 2010 5:32 am   Subject: pic 16f877A problem
my program is not repeated. there is no loop


#include <16F877A.h>
#use delay(clock=4000000,restart_wdt)

void a()
{

output_b(0b00000000);
output_a(0b00000001);
delay_ms(1);
output ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group