You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*task handler for jdy_31 bluetooth slave module*/
/*version 1.0*/
/*Reza Ebrahimi https://github.com/ebrezadev */
#include "jdy_slave.h"
enum tasks {TASK_0, TASK_1, TASK_2, TASK_3}; /*fill this with desired task names, preferably TASK_0, TASK_1 and so on. filled with 4 tasks as ann example*/
/*fill switch statement tasks with desired tasks*/