This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
138 B
C

#ifndef RN42_TASK_H
#define RN42_TASK_H
#include <stdbool.h>
#include "rn42.h"
void rn42_task_init(void);
void rn42_task(void);
#endif