kakuninonegai

Dependencies:   mbed SBDBT arrc_mbed air

Files at this revision

API Documentation at this revision

Comitter:
asumamatsumura
Date:
Wed Jan 19 07:40:28 2022 +0000
Parent:
1:bf629e5bf337
Commit message:
change comment;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r bf629e5bf337 -r 3dcf3fcb4921 main.cpp
--- a/main.cpp	Tue Jan 18 08:33:54 2022 +0000
+++ b/main.cpp	Wed Jan 19 07:40:28 2022 +0000
@@ -25,6 +25,7 @@
     }
 }
 //↓昇降
+//速さはテキトー
 void Up(int data){
     if(data==1 && !limitA){
         driveMotorS(0.06);