![]() |
LibDriver MAX6675
|
max6675 example driver modules More...
Functions | |
| uint8_t | max6675_basic_init (void) |
| basic example init | |
| uint8_t | max6675_basic_deinit (void) |
| basic example deinit | |
| uint8_t | max6675_basic_read (uint16_t *raw, float *temp) |
| basic example read the temperature | |
max6675 example driver modules
| uint8_t max6675_basic_deinit | ( | void | ) |
basic example deinit
Definition at line 79 of file driver_max6675_basic.c.
| uint8_t max6675_basic_init | ( | void | ) |
basic example init
Definition at line 48 of file driver_max6675_basic.c.
| uint8_t max6675_basic_read | ( | uint16_t * | raw, |
| float * | temp ) |
basic example read the temperature
| [out] | *raw | pointer to a raw temperature buffer |
| [out] | *temp | pointer to a converted temperature buffer |
Definition at line 101 of file driver_max6675_basic.c.