From 92a667fca56bf1be66fedc2df4eb083ef7da748f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Tue, 9 Jan 2018 15:24:48 +0100 Subject: [PATCH] rc.sensors: document sensors for NXPhlite --- ROMFS/px4fmu_common/init.d/rc.sensors | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ROMFS/px4fmu_common/init.d/rc.sensors b/ROMFS/px4fmu_common/init.d/rc.sensors index ff2d352e22..d8d72e79ef 100644 --- a/ROMFS/px4fmu_common/init.d/rc.sensors +++ b/ROMFS/px4fmu_common/init.d/rc.sensors @@ -42,13 +42,13 @@ fi if ver hwcmp NXPHLITE_V3 then - # Internal I2C + # Internal I2C (baro) mpl3115a2 -I start - # Internal SPI + # Internal SPI (accel + mag) fxos8700cq start -a 8 -R 0 - # Internal SPI + # Internal SPI (gyro) fxas21002c start -R 0 fi