[PCA9685] improvement: add OUTPUT ENABLED label to the OK status
This commit is contained in:
parent
207f9c9ddf
commit
117ba3202c
|
@ -68,7 +68,7 @@ void PCA9685_run_test(void)
|
|||
display_write_data_seq(" errors");
|
||||
} else {
|
||||
DISPLAY_SET_CURSOR(1, 1);
|
||||
display_write_data_seq("OK");
|
||||
display_write_data_seq("OK OUT ENABLED");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue