Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
i dont have a real schematic. I just put the pic and segments nothing more. There is one more thing i must use common anode segment led.Have you done a schematic? That will give us an idea to how you want it to work..
If you have any code, even if it doesn't work, it will also help.
Must remember this reply. It'll come in useful for many threads.Maybe build a flux capacitor, travel back in time and pay attention in class and do the homework so you'll have a clue?
Must remember this reply. It'll come in useful for many threads.
Mike.
Maybe build a flux capacitor, travel back in time and pay attention in class and do the homework so you'll have a clue?
Have you done a schematic? That will give us an idea to how you want it to work..
If you have any code, even if it doesn't work, it will also help.
can you help me a bit more with the code? I have always struggle with algorithms.Okay... Decent start.... Now you need an interrupt or delay to give you exactly 1 second and variables to hold seconds minutes hours etc..
kinda like this...
loop
wait 1 second add 1 to seconds variableif seconds is bigger than 60 make seconds zero and add 1 to minutesif minutes is bigger than 60 make minutes zero and add 1 to hoursif hours is bigger than 24 make hours zerodisplay minutesdisplay hoursgoto loopthen you can start on adjusting...
Whatever... He needs to figure it out... Silly typo..Hi Ian,
I thiink it will increment every 1us not every 0.1us.
Les