Skip to content

Latest commit

 

History

History
executable file
·
10 lines (6 loc) · 354 Bytes

File metadata and controls

executable file
·
10 lines (6 loc) · 354 Bytes

BLINKY State Machine

blinky

Simple blinking LED on/off

  • LED_ON doesn't restart timing cycle
  • Idle (sleep) between LED flashing

Basic Active Object functionality demonstration. Only active-object.h + queue.h modules utilized. Demonstrates library modularity - switch/case state machine implemented directly in main.c.