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 move4wheel2 EC CruizCore_R1370P
manual/manual.h
- Committer:
- yuki0701
- Date:
- 2019-03-02
- Revision:
- 5:6cebe1c458a9
- Parent:
- 0:c61c6e4775ca
File content as of revision 5:6cebe1c458a9:
#ifndef HARUROBO2019_MANUAL #define HARUROBO2019_MANUAL extern int id1_value[6]; void CalManualOut(int v,int r_out); void ManualOut(int slow_v, int slow_r, int fast_v, int fast_r); #endif