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.
Diff: HbMotor.h
- Revision:
- 27:ff63c23bc689
- Parent:
- 25:f3a6e7eec9c3
- Child:
- 28:fdb3b144e342
--- a/HbMotor.h Thu Dec 13 12:15:35 2018 +0000 +++ b/HbMotor.h Fri Dec 14 12:32:27 2018 +0000 @@ -18,6 +18,7 @@ void setLimit(INT16 low, INT16 hi); INT16 getCurrentValue(); void setValueDirect(INT16 iVal); + void setValueFPGA(UCHAR iID, INT16 iVal);//iIDは 0 or 1 }; /////////////////////////////////////////////////////////////////////