mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
max5847: Adding doxygen comments and removing image
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
897b0a48c6
commit
2ac8f8f6ef
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB |
@ -36,9 +36,16 @@ namespace upm {
|
|||||||
/**
|
/**
|
||||||
* @brief max5847 digital potentiometer library
|
* @brief max5847 digital potentiometer library
|
||||||
* @defgroup max5847 libupm-max5847
|
* @defgroup max5847 libupm-max5847
|
||||||
|
* @ingroup maxim spi digipot
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @library libupm-max5847
|
||||||
|
* @sensor max5847
|
||||||
|
* @comname max5847 potentiometer sensor
|
||||||
|
* @type digipot
|
||||||
|
* @man maxim
|
||||||
|
* @con spi
|
||||||
|
*
|
||||||
* @brief C++ API for MAX5487 chip (SPI digital potentionmeter)
|
* @brief C++ API for MAX5487 chip (SPI digital potentionmeter)
|
||||||
*
|
*
|
||||||
* The Maxim Integrated
|
* The Maxim Integrated
|
||||||
@ -48,9 +55,7 @@ namespace upm {
|
|||||||
* PMOD module](http://datasheets.maximintegrated.com/en/ds/MAX5487PMB1.pdf)
|
* PMOD module](http://datasheets.maximintegrated.com/en/ds/MAX5487PMB1.pdf)
|
||||||
* from the analog PMOD kit.
|
* from the analog PMOD kit.
|
||||||
*
|
*
|
||||||
* @ingroup max5847 spi
|
* @snippet max5847.cxx Interesting
|
||||||
* @snippet max5487.cxx Interesting
|
|
||||||
* @image html max5487.jpeg
|
|
||||||
*/
|
*/
|
||||||
class MAX5487 {
|
class MAX5487 {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user