![]() |
LibDriver MAX31855
|
max31855 example driver modules More...
Functions | |
| uint8_t | max31855_basic_init (void) |
| basic example init | |
| uint8_t | max31855_basic_deinit (void) |
| basic example deinit | |
| uint8_t | max31855_basic_read (int16_t *raw, float *temp, max31855_fault_t *fault) |
| basic example read the temperature | |
max31855 example driver modules
| uint8_t max31855_basic_deinit | ( | void | ) |
basic example deinit
Definition at line 79 of file driver_max31855_basic.c.
| uint8_t max31855_basic_init | ( | void | ) |
basic example init
Definition at line 48 of file driver_max31855_basic.c.
| uint8_t max31855_basic_read | ( | int16_t * | raw, |
| float * | temp, | ||
| max31855_fault_t * | fault ) |
basic example read the temperature
| [out] | *raw | pointer to a raw temperature buffer |
| [out] | *temp | pointer to a converted temperature buffer |
| [out] | *fault | pointer to a fault buffer |
Definition at line 100 of file driver_max31855_basic.c.