mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
8 lines
131 B
C
8 lines
131 B
C
#ifndef NPS_IVY
|
|
#define NPS_IVY
|
|
|
|
extern void nps_ivy_init(char* ivy_bus);
|
|
extern void nps_ivy_display(void);
|
|
|
|
#endif /* NPS_IVY */
|