kopia lustrzana https://github.com/RPiks/pico-hf-oscillator
24 wiersze
413 B
C
24 wiersze
413 B
C
![]() |
#ifndef PROTOS_H_
|
||
|
#define PROTOS_H_
|
||
|
|
||
|
#include "defines.h"
|
||
|
|
||
|
/* main.c */
|
||
|
|
||
|
void RAM (SpinnerMFSKTest)(void);
|
||
|
void RAM (SpinnerSweepTest)(void);
|
||
|
void RAM (SpinnerRTTYTest)(void);
|
||
|
void RAM (SpinnerMilliHertzTest)(void);
|
||
|
void RAM (SpinnerWide4FSKTest)(void);
|
||
|
void RAM (SpinnerGPSreferenceTest)(void);
|
||
|
|
||
|
void core1_entry();
|
||
|
|
||
|
|
||
|
|
||
|
/* conswrapper.c */
|
||
|
|
||
|
void ConsoleCommandsWrapper(char *cmd, int narg, char *params);
|
||
|
|
||
|
#endif
|