imranahmed
Advanced Member level 3
- Joined
- Dec 4, 2011
- Messages
- 817
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,298
- Location
- Karachi,Pakistan
- Activity points
- 6,493
Please let me know that what is purpose of millis() function?
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.
What is the purpose of this function?
problem is that in my button debounce function it uses millis() function and as well as current sensor function
also uses millis() function for delay in sampling of adc values.
delay(1000);// wait a second so as not to send massive amounts of data