mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
a110x: updated header with new tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
ec067857c5
commit
2203d0b906
@ -27,16 +27,29 @@
|
|||||||
#include <mraa/gpio.h>
|
#include <mraa/gpio.h>
|
||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
/**
|
||||||
|
* @brief A110X Hall Effect library
|
||||||
|
* @defgroup a110x libupm-a110x
|
||||||
|
* @ingroup seeed gpio electric
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief C++ API for the A110x Hall Effect sensors
|
* @library a110x
|
||||||
|
* @sensor a110x
|
||||||
|
* @comname A110X Hall Effect Sensor
|
||||||
|
* @altname A1101, A1102, A1103, A1004, A1106
|
||||||
|
* @type electric
|
||||||
|
* @man seeed
|
||||||
|
* @web http://www.allegromicro.com/en/Products/Magnetic-Digital-Position-Sensor-ICs/Hall-Effect-Unipolar-Switches/A1101-2-3-4-6.aspx
|
||||||
|
* @con gpio
|
||||||
*
|
*
|
||||||
* UPM module for the A110x (A1101, A1102, A1103, A1104, and A1106)
|
* @brief C++ API for the A110X Hall Effect sensors
|
||||||
|
*
|
||||||
|
* UPM module for the A110X (A1101, A1102, A1103, A1104, and A1106)
|
||||||
* Hall Effect sensors. It outputs a digital signal indicating
|
* Hall Effect sensors. It outputs a digital signal indicating
|
||||||
* whether it is detecting a magnetic field with south polarity
|
* whether it is detecting a magnetic field with south polarity
|
||||||
* perpendicular to the sensor element.
|
* perpendicular to the sensor element.
|
||||||
*
|
*
|
||||||
* @ingroup gpio
|
|
||||||
* @snippet a110x.cxx Interesting
|
* @snippet a110x.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class A110X {
|
class A110X {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user