Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 499 → Rev 500

/QMK-Groundstation/branches/libMK/libMK/Handler.h
53,7 → 53,7
void get_version();
void get_ppm_channels();
 
void receive_data(int hardwareID, int cmd, char * data);
void receive_data(char * incomming, int length);
};
 
#endif