Author |
Message |
Topic: delay_us(1200000); 7 segment do not run |
jackhammer
Replies: 6
Views: 11305
|
Forum: General CCS C Discussion Posted: Mon Sep 26, 2011 7:29 am Subject: delay_us(1200000); 7 segment do not run |
ู^
^
^
thank you
what have function delay
delay_?? for a minute |
Topic: delay_us(1200000); 7 segment do not run |
jackhammer
Replies: 6
Views: 11305
|
Forum: General CCS C Discussion Posted: Mon Sep 26, 2011 7:03 am Subject: delay_us(1200000); 7 segment do not run |
I use 7 segment 4 base create colck digital do not have second base
24:00
I want delay 7 segment 4 base at minute help me
at first
delay_us(200);
normal number very quickly
... |
Topic: comparison of char variable and if How to use |
jackhammer
Replies: 3
Views: 7803
|
Forum: General CCS C Discussion Posted: Sun Sep 25, 2011 3:59 am Subject: comparison of char variable and if How to use |
i have array char variable
char Code[]{0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
suppose
i want stop program at Code[4]
How to use if for char variable because d ... |
Topic: do can change code as clock ? |
jackhammer
Replies: 1
Views: 4083
|
Forum: General CCS C Discussion Posted: Sat Sep 24, 2011 9:33 am Subject: do can change code as clock ? |
this code normal will count 1- 9999 but me wanna change as clock
#include <16F877A.h>
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(clock=20000000)
unsigned char DisBuff[5] ... |
Topic: help me ERROR"Expecting a close paren" |
jackhammer
Replies: 4
Views: 7614
|
Forum: General CCS C Discussion Posted: Sat Sep 24, 2011 9:21 am Subject: help me ERROR"Expecting a close paren" |
What do you can change code as clock ? |
Topic: help me ERROR"Expecting a close paren" |
jackhammer
Replies: 4
Views: 7614
|
Forum: General CCS C Discussion Posted: Sat Sep 24, 2011 6:45 am Subject: help me ERROR"Expecting a close paren" |
Thank you very much for all comments |
Topic: help me ERROR"Expecting a close paren" |
jackhammer
Replies: 4
Views: 7614
|
Forum: General CCS C Discussion Posted: Sat Sep 24, 2011 4:50 am Subject: help me ERROR"Expecting a close paren" |
#include <16F877A.h>
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(clock=20000000)
unsigned char DisBuff[5];
unsigned char Scan_Column[]={0xfe,0xfd,0xfb,0xf7,0xff ... |
Topic: clock 7segment PIC16F877A |
jackhammer
Replies: 0
Views: 4111
|
Forum: General CCS C Discussion Posted: Mon Sep 05, 2011 11:03 am Subject: clock 7segment PIC16F877A |
help me
find in google do not have clock code of pic16f877a where not true
ask clock code for pic16f877a and pic simulation proteus
or hex file and schematic design file ... |
|