47 #define HL_SYSTEM_FILE
119 USART_Configuration();
125 send_string(
"hl_configure(): This platform doesn't support \0");
155 send_string(
"hl_configure(): Problem activating Hardware PWM!\r\n\0");
217 send_string(
"hl_initPattern(): patternName is Invalid!\r\n\0");
228 SystemDesc.patterns[i].userParams = userParams;
230 SystemDesc.patterns[i].activeHaptorList = NULL;
238 send_string(
"hl_initPattern(): No more Pattern can be created, every haptor is busy!\r\n\0");
285 if( ( newHaptor == NULL ) || ( newHaptor->
activePattern != NULL ) )
288 send_string(
"hl_addHaptor(): haptor invalid or busy with another pattern!\r\n\0");
294 if( ( pattern == NULL ) || \
298 send_string(
"hl_addHaptor(): This pattern is not valid or not initialized!\r\n\0");
367 if( ( pattern == NULL ) || \
371 send_string(
"hl_startPattern(): This pattern is not valid or not initialized.\r\n\0");
379 send_string(
"hl_startPattern(): Problem in pattern Initiator.\r\n\0");
418 if( (pattern == NULL) || \
422 send_string(
"hl_stopPattern(): This pattern is not valid or not initialized.\r\n\0");
430 send_string(
"hl_stopPattern(): This pattern is not active.\r\n\0");
438 send_string(
"hl_stopPattern(): This pattern has no haptor linked to it (STRANGE).\r\n\0");