https://github.com/gbmhunter/functionpointerstatemachineexample
https://github.com/gbmhunter/functionpointerstatemachineexample
embedded example function-pointers microcontroller state-machine
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbmhunter/functionpointerstatemachineexample
- Owner: gbmhunter
- License: mit
- Created: 2017-04-15T21:52:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T18:21:50.000Z (almost 6 years ago)
- Last Synced: 2025-03-30T03:51:15.196Z (about 2 months ago)
- Topics: embedded, example, function-pointers, microcontroller, state-machine
- Language: C
- Homepage: http://blog.mbedded.ninja/programming/general/control-methodology/a-function-pointer-based-state-machine
- Size: 7.81 KB
- Stars: 35
- Watchers: 3
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Example code that goes alongside the tutorial at http://blog.mbedded.ninja/programming/general/control-methodology/a-function-pointer-based-state-machine.