pecanpico9/tracker/software/threads/position.h

10 wiersze
128 B
C

#ifndef __POS_H__
#define __POS_H__
#include "ch.h"
#include "hal.h"
void start_position_thread(module_conf_t *conf);
#endif