How to blink LED for few seconds by pressing the button on ARDUINO Uno.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
step1: press push button step2: LED should blink for 5 times
I have to implement this on ARDUINO Uno board with modular based design (simulink).
2 comentarios
KALYAN ACHARJYA
el 4 de Oct. de 2017
%Use loop in IDE programming
ON statement;
delay()
OFF statement;
end
%
Respuestas (0)
Ver también
Categorías
Más información sobre Arduino Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!