mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
13 lines
278 B
C
13 lines
278 B
C
#ifndef PPRZ_H
|
|
#define PPRZ_H
|
|
|
|
extern char multimon_pipe_name[];
|
|
|
|
|
|
void pprz_init(struct demod_state *s);
|
|
void pprz_baudot_rxbit(struct demod_state *s, int bit);
|
|
void pprz_hdlc_rxbit(struct demod_state *s, int bit);
|
|
void pprz_status(struct demod_state *s);
|
|
|
|
#endif /* PPRZ_H */
|