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.
kyuuban.h
00001 #ifndef KYUUBAN_H_ 00002 #define KYUUBAN_H_ 00003 00004 #include "mbed.h" 00005 //#include "PinName.h" 00006 DigitalOut kyuubanMOVE(D9); 00007 PwmOut kyuuban_pwm(PB_0); 00008 DigitalOut kyuuban_up(PC_3); 00009 DigitalOut kyuuban_down(PC_1); 00010 DigitalOut kyuuban_dis(PC_0); 00011 DigitalIn kyuuban_lim(PC_13); 00012 #define kyuubanUPlimit 50 00013 #define kyuubanDOWN 20 00014 00015 #endif
Generated on Wed Jul 13 2022 04:06:48 by
1.7.2