110_robot_H_Bridge8835_UserButton_DIR_PWM

Files at this revision

API Documentation at this revision

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
--- 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