Simple Finite State Machine in C using pointer to function

Simple Finite State Machine in C using pointer to function

Embedded Master

4 года назад

4,672 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sto2779
@sto2779 - 22.11.2020 02:01

none of the "state functions" is returning a value when called... so why are you defining the function protocols? you could just define the functions as: "void state1 (void){ code goes here}"

Ответить
@paintwithiswarya9003
@paintwithiswarya9003 - 02.11.2020 22:13

nice

Ответить