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!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..
void main()
{
//do initialization
Initialize();
while(1)
{
//do solar tracking
Traq_te_sunz();
}
}