Lehrer Busch
/
110_robot_H_Bridge8835_UserButton_DIR_PWM
110_robot_H_Bridge8835_UserButton_DIR_PWM
Revision 2:5d1d6ad41669, committed 2022-02-24
- Comitter:
- itbusch
- Date:
- Thu Feb 24 06:40:02 2022 +0000
- Parent:
- 1:2849454dd0ab
- Commit message:
- 110_robot_H_Bridge8835_UserButton_DIR_PWM_AA
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2849454dd0ab -r 5d1d6ad41669 main.cpp --- a/main.cpp Fri Feb 04 14:43:31 2022 +0000 +++ b/main.cpp Thu Feb 24 06:40:02 2022 +0000 @@ -14,13 +14,11 @@ { if (User_Button == false) { - M1_DIR = 1; - M1_PWM = 0.5; //Tastgrad 0-1 + //Ergänzen Sie } else { - M1_DIR = 0; - M1_PWM = 0.95; + //Ergänzen Sie } } } \ No newline at end of file