sensor_mag.msg: add is_external flag & set it in the mag drivers

With this we don't have to use the ioctl MAGIOCGEXTERNAL, which does not
work on POSIX (eg. RPi).
This commit is contained in:
Beat Küng
2017-06-14 11:19:29 +02:00
committed by Lorenz Meier
parent 19cdbcfd4f
commit ce7d8d2270
15 changed files with 35 additions and 27 deletions
+2
View File
@@ -11,3 +11,5 @@ int16 y_raw
int16 z_raw
uint32 device_id # unique device ID for the sensor that does not change between power cycles
uint8 is_external # if 1, the mag is external (i.e. not built into the board)