100_robot_H_Bridge8835_UserButton_DIR_AA

Files at this revision

API Documentation at this revision

Comitter:
itbusch
Date:
Thu Feb 24 06:38:54 2022 +0000
Parent:
1:9607517715ab
Commit message:
100_robot_H_Bridge8835_UserButton_DIR_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 13:20:59 2022 +0000
+++ b/main.cpp	Thu Feb 24 06:38:54 2022 +0000
@@ -13,13 +13,11 @@
     {
     if (User_Button == false)
         {
-        M1_DIR = 1;
-        M1_PWM = 1;
+        //Ergänzen Sie
         }
     else
         {
-        M1_DIR = 0;
-        M1_PWM = 1;
+        //Ergänzen Sie
         }
     }
 }
\ No newline at end of file