![]() |
LibDriver MAX31865
|
max31865 extern driver modules More...
Functions | |
| uint8_t | max31865_set_reg (max31865_handle_t *handle, uint8_t reg, uint8_t value) |
| set the chip register | |
| uint8_t | max31865_get_reg (max31865_handle_t *handle, uint8_t reg, uint8_t *value) |
| get the chip register | |
max31865 extern driver modules
| uint8_t max31865_get_reg | ( | max31865_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | value ) |
get the chip register
| [in] | *handle | pointer to a max31865 handle structure |
| [in] | reg | register address |
| [out] | *value | pointer to a register value buffer |
Definition at line 1097 of file driver_max31865.c.
| uint8_t max31865_set_reg | ( | max31865_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t | value ) |
set the chip register
| [in] | *handle | pointer to a max31865 handle structure |
| [in] | reg | register address |
| [in] | value | register value |
Definition at line 1071 of file driver_max31865.c.