@@ -262,11 +262,11 @@ class RobokitRS extends ArduinoBase {
262262 robokit_rs_set_rgbled_color : 'set %1 pin RGB LED color to the %2 color %3' ,
263263 robokit_rs_change_rgbled_brightness_by : 'change pin %1 RGB LED brightness by %2 %3' ,
264264 robokit_rs_set_rgbled_brightness_to : 'set pin %1 RGB LED brightness to %2 % %3' ,
265- robokit_rs_set_dot_state_of_dotmatrix : 'Set dot matrix X: %1 Y: %2 to %3 %4' ,
266- robokit_rs_set_dotmatrix_row : 'Draw %2 %3 %4 %5 %6 %7 %8 %9 %10 %11 %12 %13 %14 %15 %16 on dot matrix y:%1 column %17' ,
265+ robokit_rs_set_dot_state_of_dotmatrix : 'set dot matrix X: %1 Y: %2 to %3 %4' ,
266+ robokit_rs_set_dotmatrix_row : 'draw %2 %3 %4 %5 %6 %7 %8 %9 %10 %11 %12 %13 %14 %15 %16 on dot matrix y:%1 column %17' ,
267267 robokit_rs_set_dotmatrix : 'draw %1 on dotmatrix %2' ,
268- robokit_rs_clear_dotmatrix : 'Clear all dot matrix %1' ,
269- robokit_rs_play_piezobuzzer : 'Play pin %1 peizo buzzer with %2 otave %3 note for %4 sec %5' ,
268+ robokit_rs_clear_dotmatrix : 'clear all dot matrix %1' ,
269+ robokit_rs_play_piezobuzzer : 'play pin %1 peizo buzzer with %2 otave %3 note for %4 sec %5' ,
270270 robokit_rs_play_piezobuzzer_until_done : 'Play pin %1 peizo buzzer with %2 otave %3 note for %4 sec and wait %5' ,
271271 robokit_rs_get_digital_value : 'pin %1 digital value' ,
272272 robokit_rs_get_analog_value : 'pin %1 analog value' ,
0 commit comments