Fan Control
2023
Arduino
Input
setting as 1 digit Morse code on the push button.
Output:
The corresponding fan speed;
Echo received setting on the terminal;
Simplification and hints
Ignore all spacing requirements;
Use the millis() function returns the current time in millisecond
Goal:
Demonstrate function for each setting
Sequence : 1 ,2 ,3 ,4 ,5 ,6 ,7, 8, 9, 0
Record inputting the sequence and the motor changing speeds based on that.