Files
paparazzi/sw/simulator/nps/nps_ivy.h
T
2013-01-23 17:11:09 +01:00

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 */