@@ -348,7 +348,11 | |||
|
348 | 348 | } No newline at end of file |
|
349 | 349 | else if(strcmp(cmd,"ANST") == 0){ No newline at end of file |
|
350 | 350 | tx_data = chequeo_sistema(filename2,rx_data); No newline at end of file |
|
351 | printf("%s\n",tx_data); | |
|
No newline at end of file | ||
|
352 | } | |
|
No newline at end of file | ||
|
353 | else if(strcmp(cmd,"ANPH") == 0){ No newline at end of file | |
|
351 | 354 | ABS_monitoreo(1, 1, 50, 10); No newline at end of file |
|
355 | tx_data = "Not implemented\n"; No newline at end of file | |
|
352 | 356 | printf("%s\n",tx_data); No newline at end of file |
|
353 | 357 | } No newline at end of file |
|
354 | 358 | else if(strcmp(cmd,"NTST") == 0){ No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now