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: help in digital dice, same sequence
ahsansag93

Replies: 4
Views: 4879

PostForum: General CCS C Discussion   Posted: Mon Dec 10, 2012 8:55 am   Subject: help in digital dice, same sequence
Hmm... You are the second person to post with this problem today Same PIC, same problem. Is this a school assignment?

Look at the thread your collegue posted.

RF Developer
yup brother i tried : ...
  Topic: help in digital dice, same sequence
ahsansag93

Replies: 4
Views: 4879

PostForum: General CCS C Discussion   Posted: Mon Dec 10, 2012 8:43 am   Subject: help in digital dice, same sequence
code:
#include <16F877a.h>
#Fuses HS,NOWDT,NOLVP,Protect
#include <stdlib.h>
#include <stdlibm.h>
#include <stdio.h>
#use delay (clock=20M)
#byte out=6

voi ...
  Topic: Digital Dice
ahsansag93

Replies: 10
Views: 14060

PostForum: General CCS C Discussion   Posted: Sun Dec 09, 2012 6:38 am   Subject: help me also
What does it actually do?.

Thing is that as written, it'll give a fixed value output on the port, and then do nothing else. The value will be the same each time it is run.

First key thing is to ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group