LibDriver MAX6675
Loading...
Searching...
No Matches
max6675 extern driver function

max6675 extern driver modules More...

Collaboration diagram for max6675 extern driver function:

Functions

uint8_t max6675_get_reg (max6675_handle_t *handle, uint16_t *data)
 get the chip register

Detailed Description

max6675 extern driver modules

Function Documentation

◆ max6675_get_reg()

uint8_t max6675_get_reg ( max6675_handle_t * handle,
uint16_t * data )

get the chip register

Parameters
[in]*handlepointer to a max6675 handle structure
[out]*datapointer to a data buffer
Returns
status code
  • 0 success
  • 1 read failed
  • 2 handle is NULL
  • 3 handle is not initialized
Note
none

Definition at line 233 of file driver_max6675.c.