question in frequency counter

Status
Not open for further replies.

koooko89

New Member
hi ...
i am student and i start study flow code but my question is that i am try to make simple program to count one mint by using frequency counter that i have frequency of crystal = 4 MH ... i try to serch and i did not found good example ,,, please can any one help me ... and sorry for my English langue it's not very good .
 
please be specific:
>>whats one mint? (are you referring to count one minute)
>>what type of controller (AVR,PIC,C-51,ARM) are you using?
>>"English langue it's not very good" use some error correction using google when you post.
welcome to ETO dear!
 
do like this :
>>take a delay block of 1000 ms
>> do a loop of 60 by conditional block.
done. !!
or by code:
Code:
Dim i As Word
main:
For i = 1 To 59
WaitMs 1000
Next i
Goto main
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…