embedded c code for a solar tracker using atmega8

tshuck

Joined Oct 18, 2012
3,534
can i get the embedded c code for a solar tracker using atmega8 ..it uses a single stepper motor ,2 ldrs and a lcd display..
You are in luck! I just happen to have such a code!
Rich (BB code):
void main()
{
    //do initialization
    Initialize();
    while(1)
    {
        //do solar tracking
        Traq_te_sunz();
    }
}
Now that that is out of the way, think, can anyone write code for a system without knowing how the parts are connected, or what the parts are?

The answer is no...

So, how about a schematic, hmmm?
 
Top