Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
aaninu authored Mar 6, 2018
1 parent 174e4a1 commit a552ecf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion Functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ void APP_MOTOR_Bottom(bool status){
}



// LCD MENU
void Control_LCD_Menu_Effect(){
if (LCD_Menu_Status){
Expand Down
4 changes: 4 additions & 0 deletions Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,7 @@ int LCD_Car_Time = 0;
int LCD_Car_Pos = 1;


/** Left / Right */
bool VAR_MOTOR_Left = false;
bool VAR_MOTOR_Right = false;

0 comments on commit a552ecf

Please # to comment.