Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 397 Bytes

state_machine_training

the purpose of this repo is to create a coding example with very good coding practice. of a state machine that I can use as a basis for later Projects

standard doxygen: /**

  • \brief all code needed to turn on a LED
  • \param[in] x: First value
  • \param[in] y: Second value
  • \return returns 0 if successful, 1
  • \hideinitializer */