Working with CLion all the time I had to write a new CMakeFile. Finally, I created a simple template and decided to share it. https://gist.github.com/an-dr/cee58b52eec3467249ba4ed1aa3704ac Error happened.
Category: Coding: Templates
C state machine code example
For purposes of a comfortable working with serial interfaces, I wrote some template of a state machine, which is easy to modify for any given application. It could one of the good way to work with some processes. https://gist.github.com/an-dr/f8f76cfc6498ab4b04ffd31c4b3dd31d Error…