![]() |
LibDriver MAX31855
|
max31855 interface driver modules More...
Functions | |
| uint8_t | max31855_interface_spi_init (void) |
| interface spi bus init | |
| uint8_t | max31855_interface_spi_deinit (void) |
| interface spi bus deinit | |
| uint8_t | max31855_interface_spi_read_cmd (uint8_t *buf, uint16_t len) |
| interface spi bus read command | |
| void | max31855_interface_delay_ms (uint32_t ms) |
| interface delay ms | |
| void | max31855_interface_debug_print (const char *const fmt,...) |
| interface print format data | |
max31855 interface driver modules
| void max31855_interface_debug_print | ( | const char *const | fmt, |
| ... ) |
interface print format data
| [in] | fmt | format data |
Definition at line 92 of file driver_max31855_interface_template.c.
| void max31855_interface_delay_ms | ( | uint32_t | ms | ) |
interface delay ms
| [in] | ms | time |
Definition at line 82 of file driver_max31855_interface_template.c.
| uint8_t max31855_interface_spi_deinit | ( | void | ) |
interface spi bus deinit
Definition at line 58 of file driver_max31855_interface_template.c.
| uint8_t max31855_interface_spi_init | ( | void | ) |
interface spi bus init
Definition at line 46 of file driver_max31855_interface_template.c.
| uint8_t max31855_interface_spi_read_cmd | ( | uint8_t * | buf, |
| uint16_t | len ) |
interface spi bus read command
| [out] | *buf | pointer to a data buffer |
| [in] | len | length of data buffer |
Definition at line 72 of file driver_max31855_interface_template.c.