Add airspeed sensor to sensor_simulator

This commit is contained in:
kamilritz
2020-01-09 15:46:34 +01:00
committed by Roman Bapst
parent 4044abdd20
commit 7ed6a437c7
23 changed files with 177 additions and 33 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Mag::~Mag()
{
}
void Mag::send(uint32_t time)
void Mag::send(uint64_t time)
{
float mag[3];
_mag_data.copyTo(mag);