You only need to download the library call TimerOne
This library is using for display function in cycle
You can click this link to know more about how to download library
-
TimerOne
-
Download Doc
You can click the Download Zip
to download it
Or You can use the command to download it
git clone https://github.com/KeithLin724/EELab-Sem-2-Final-Project-No-Library-Challenge
About the setting pin
flowchart
ButtonMode
subgraph var
Distance
temp
end
subgraph Timer
TimerOne
time_75ms
end
Main-->Display
Timer-->Display_Arrays
control_block
ButtonMode-->control_block
Distance -->control_block
temp-->control_block
control_block-->choice-->Display_Arrays
Display_Arrays-->Display