Files

4 lines
80 B
C
Raw Permalink Normal View History

2024-05-07 18:09:20 +08:00
#ifndef _PERIPHERAL_H_
#define _PERIPHERAL_H_
int peripheral_start(void);
#endif