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: QEI accelerator bit_test cyclic_io cyclic_var cylinder event_var limit mbed mecanum motor_drive pid pid_encoder rs422_put sbdbt servo
Fork of 17robo_fuzi by
Diff: bno055_use.h
- Revision:
- 6:acefbf83ffe1
- Parent:
- 5:6efda58ff71b
diff -r 6efda58ff71b -r acefbf83ffe1 bno055_use.h --- a/bno055_use.h Fri Jun 30 05:40:02 2017 +0000 +++ b/bno055_use.h Fri Jun 30 05:52:04 2017 +0000 @@ -13,7 +13,8 @@ [Function] .begin() //センサ起動処理 .firstRead() //初期値設定(センサ正面を0度設定) - .getYaw() //Yawセンサ値(回転角上限なし) 値取得 (返り値 float) + .getYaw() //Yawセンサ取得生値 値取得 (返り値 float) + .getYawRad() //Yawセンサ値(回転角上限なし) 値取得 (返り値 float) .getYaw180() //Yaw(-180~0~180) 値取得 (返り値 float) .getYaw360() //Yaw(0~360)(時計回り) 値取得 (返り値 float) .getYaw360Rev() //Yaw(0~360)(反時計回り) 値取得 (返り値 float)