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: mecanum2017.h
- Revision:
- 7:28a5f822ccd1
- Parent:
- 6:cf7de545bef9
- Child:
- 8:b1464c354ffd
--- a/mecanum2017.h Sat Aug 19 05:53:55 2017 +0000
+++ b/mecanum2017.h Mon Aug 21 02:32:15 2017 +0000
@@ -7,7 +7,7 @@
{
private:
T_motor m1, m2, m3, m4;
- short para1, para2, para3, para4;
+ float para1, para2, para3, para4;
double alpha, beta, oldangle;
public:
mecanum2017(I2C& i2c_, float para[], char addr[], int phase); //paraはモーターの回転方向を±1で表すよ いつもは全部+1だよ