1 2 3 4 5 6 7 8 9 10 11
#ifndef _GPS_H #define _GPS_H int gps_init(void); void gps_on(void); void gps_off(void); void gps_echo(void); #endif