mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 02:29:15 +08:00
drivers/sensors: Legacy sensor warning
This commit implements a compile-time warning and in-code comment warning for legacy sensor drivers. This is intended to: - Warn users that legacy drivers may eventually be removed - Warn developers that they should not use a legacy driver as a reference for their new driver contributions Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
This commit is contained in:
committed by
Alan C. Assis
parent
c568a348f5
commit
6cffe9b0b4
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/* Character driver for the APDS9922 Proximity and Ambient Light Sensor */
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/* Character driver for the APDS9960 Gesture Sensor
|
||||
*
|
||||
* This driver is based on APDS-9960 Arduino library developed by
|
||||
|
||||
@@ -35,6 +35,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/* Character driver for the Rohm Ambient Light Sensor BH1750FVI */
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/* Character driver for the Freescale BMP1801 Barometer Sensor */
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -34,6 +34,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -38,6 +38,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -38,6 +38,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/* Character driver for the Maxim MAX31855 Thermocouple-to-Digital Converter
|
||||
*
|
||||
* NOTE: Some Maxim MAX31855 chips have an issue it report value 25% lower
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/* Character driver for the Maxim MAX31865 Thermocouple-to-Digital Converter
|
||||
*
|
||||
* NOTE: Some Maxim MAX31865 chips have an issue it report value 25% lower
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/* * Character driver for the Maxim MAX6675 Thermocouple-to-Digital Converter
|
||||
*
|
||||
* NOTE: Some Maxim MAX6675 chips have an issue it report value 25% lower
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/* Character driver for the Melexis MLX90614 Infrared Thermometer */
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -20,6 +20,19 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* WARNING for developers:
|
||||
*
|
||||
* This driver uses the legacy style of writing sensor drivers for NuttX. The
|
||||
* project has since decided to adopt a new sensor framework in order to
|
||||
* have a consistent API and feature-set.
|
||||
*
|
||||
* Sensors which use the uORB framework are typically suffixed "_uorb". You
|
||||
* can also visit the documentation about the new sensor framework to learn
|
||||
* more.
|
||||
*/
|
||||
|
||||
#warning "This is a deprecated legacy sensor driver."
|
||||
|
||||
/* Character driver for the Freescale MPL115A1 Barometer Sensor */
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user