mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
max31723: improve documentation
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
parent
2aeb9ddea3
commit
94a49a8f36
BIN
docs/images/max31723.jpeg
Normal file
BIN
docs/images/max31723.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
@ -36,7 +36,14 @@ namespace upm {
|
||||
/**
|
||||
* @brief C++ API for MAX31723 chip (Temperature sensor)
|
||||
*
|
||||
* This file defines the MAX31723 C++ interface for libmax31723
|
||||
* The Maxim Integrated
|
||||
* [MAX31723](http://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf)
|
||||
* is a Low-Voltage 3-Wire/SPI Temperature Sensor controller. This module was
|
||||
* tested on the Maxim Integrated [MAX31732PMB1 PMOD
|
||||
* module](http://datasheets.maximintegrated.com/en/ds/MAX31723PMB1.pdf) from
|
||||
* the analog PMOD kit.
|
||||
*
|
||||
* @image html max31723.jpeg
|
||||
*
|
||||
*/
|
||||
class MAX31723 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user