![]() |
LibDriver MCP9600
|
mcp9600 test driver modules More...
Functions | |
| uint8_t | mcp9600_interrupt_test (mcp9600_address_t addr_pin, mcp9600_thermocouple_type_t type) |
| interrupt test | |
| uint8_t | mcp9600_read_test (mcp9600_address_t addr_pin, mcp9600_thermocouple_type_t type, uint32_t times) |
| read test | |
| uint8_t | mcp9600_register_test (mcp9600_address_t addr_pin) |
| register test | |
mcp9600 test driver modules
| uint8_t mcp9600_interrupt_test | ( | mcp9600_address_t | addr_pin, |
| mcp9600_thermocouple_type_t | type ) |
interrupt test
| [in] | addr_pin | iic device address |
| [in] | type | thermocouple type |
Definition at line 50 of file driver_mcp9600_interrupt_test.c.
| uint8_t mcp9600_read_test | ( | mcp9600_address_t | addr_pin, |
| mcp9600_thermocouple_type_t | type, | ||
| uint32_t | times ) |
read test
| [in] | addr_pin | iic device address |
| [in] | type | thermocouple type |
| [in] | times | test times |
Definition at line 51 of file driver_mcp9600_read_test.c.
| uint8_t mcp9600_register_test | ( | mcp9600_address_t | addr_pin | ) |
register test
| [in] | addr_pin | iic device address |
Definition at line 50 of file driver_mcp9600_register_test.c.