main revised
This commit is contained in:
parent
787fc6f784
commit
cdcba456cb
4 changed files with 80 additions and 77 deletions
|
@ -38,6 +38,12 @@ uint8_t const rq_len[] = {
|
|||
/* RQ_ADC_DAC_STROKE */ 9
|
||||
};
|
||||
|
||||
/**
|
||||
* Hauptfunktion für die Verarbeitung einer neuen empfangen Request
|
||||
*/
|
||||
void handleRequest(void);
|
||||
|
||||
// spezifische Funktion für jede Request
|
||||
void rqTestConnection(void);
|
||||
void rqBoardInfo(void);
|
||||
void rqTestIntConv(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue