Arduino Task List
Arduino Task List
-----------------------------------------------------------------------------------
------------------------
******************design and make blinking led as shown in Benjamins Video at the
end
https://www.youtube.com/watch?v=v8KXa5uRavg&t=1613s
FSM basics *** complete examples and read part two of series
https://arduinoplusplus.wordpress.com/2019/07/06/finite-state-machine-programming-
basics-part-1/
State machine with enum **** pracitce already made FSM skecthes with enum
https://www.baldengineer.com/state-machine-with-enum-tutorial.html
State machine library *** watch video and play with library
https://www.youtube.com/watch?v=nicI7JVq2JQ
-----------------------------------------------------------------------------------
------------------------
Debounce - play with all and choose the best
-----------------------------------------------------------------------------------
------------------------
Programming Electronics debounce tutorial with video **** not fully understood **
complete challenge
https://www.programmingelectronics.com/tutorial-19-debouncing-a-button-with-
arduino-old-version/
if still not statisfied or simple solution found then read more articles from
search below
https://www.google.com/search?
q=arduino+debounce&rlz=1C1GGRV_enUS751US756&oq=arduino+de&aqs=chrome.4.69i57j69i59l
2j0l2j69i60j69i61j69i60.9182j0j4&sourceid=chrome&ie=UTF-8
-----------------------------------------------------------------------------------
----------------------
State variables & millis
-----------------------------------------------------------------------------------
--------------------
see how they use multiple states ***
http://www.martyncurrey.com/switching-things-on-and-off-with-an-arduino/
bald engineer millis examples *** practice these to get better with milis use
https://github.com/baldengineer/baldengineer-millis-examples
-----------------------------------------------------------------------------------
---------------------
Timers
-----------------------------------------------------------------------------------
----------------------
timer one library documentation *** play with it and make sketches to practice
https://www.pjrc.com/teensy/td_libs_TimerOne.html
Dr. MOnks timer library**** play with all it's function and embed in existing
functions
http://www.doctormonk.com/2012/01/arduino-timer-library.html