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
Diff: main.cpp
- Revision:
- 11:d367224f2194
- Parent:
- 10:c654deb509e2
- Child:
- 12:19fe4f6a8b6b
diff -r c654deb509e2 -r d367224f2194 main.cpp --- a/main.cpp Fri Sep 20 12:55:45 2019 +0000 +++ b/main.cpp Fri Sep 20 13:01:26 2019 +0000 @@ -9,7 +9,7 @@ Serial pc(SERIAL_TX, SERIAL_RX); I2C i2c(PC_9, PA_8); -PX4Flow PX4(i2c,pc); +PX4Flow PX4(i2c); float px4_gyro[3]; LSM9DS1 imu(PC_9, PA_8, 0xD6, 0x3C);