Author |
Message |
Topic: help in digital dice, same sequence |
ahsansag93
Replies: 4
Views: 4879
|
Forum: 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
|
Forum: 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
|
Forum: 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 ... |
|