pico-WSPR-tx/protos.h

8 wiersze
91 B
C

#ifndef PROTOS_H_
#define PROTOS_H_
void InitPicoHW(void);
void Core1Entry(void);
#endif