Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed SBDBT arrc_mbed air
Revision 2:3dcf3fcb4921, committed 2022-01-19
- 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 |
--- 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);