Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 500 → Rev 499

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