Hi guys..my project is vehicle safety monitoring system.i have a problem in programming .project consists of ultrasonic sensor,temp sensor,eye blink sensor ,motor driver,alcohol sensor etc.so with out getting confused to write program for all the sensors in the same program ..please help me ..any ideas ...
Here's your main loop. You will need to write each of the functions called by the loop.
void loop() {
readSensors();
doCalculations();
setOutputs();
}
karthikreddy440:
.please help me ..any ideas ...
Sorry, NO.
You need to provide a great deal more info about your project.
If you have a program please post it and tell us what it actually does and what you want it to do that is different.
Provide links to datasheets for the sensors you are using.
...R