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: ST7032 QEI PS4Serial
Dependents: 2021Arobo_UMAPYOI 2021Arobo_YUMIPYOI
Diff: cerica2.h
- Revision:
- 13:91a699eae3ea
- Parent:
- 11:8fa43cb31f9b
- Child:
- 15:f2e702d0047c
diff -r 9d099f3d2a3b -r 91a699eae3ea cerica2.h
--- a/cerica2.h Thu Dec 06 09:09:02 2018 +0000
+++ b/cerica2.h Thu May 09 07:42:21 2019 +0000
@@ -24,6 +24,7 @@
CERICA(I2C *i2c_,WireSel WireSel_);
//bool init(char toMD , bool rvs = false , bool omni = true, bool sound = false , frequency freq = F256, int channel_ = 0);
+ void mRange(int minSpd_,int maxSpd_);
bool motor(bool available_ = 1);
void motor(char sendChannel,int verocity);
bool RawMotor(char sendChannel,int verocity);