Traffic Light on Arduino using Stateflow

Model a traffic light switching sequence using Stateflow
다운로드 수: 1.6K
업데이트 날짜: 2015/8/12

라이선스 보기

This project models a traffic light switching sequence, where the switching sequence is automated as follows:
Red (5 sec) > Amber (2 sec) > Green (5 sec)
The code initializes first by blinking all three LEDs three times, and then proceeds with the traffic light sequence.
In the model, a Stateflow chart is used for the logical modelling.

Adapted from Simon Monk's "30 Arduino Projects for the Evil Genius".

인용 양식

Techsource Technical Team (2024). Traffic Light on Arduino using Stateflow (https://www.mathworks.com/matlabcentral/fileexchange/51545-traffic-light-on-arduino-using-stateflow), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Added picture.
Updated description.