deprecated TWI features
More...
deprecated TWI features
◆ twi_error_get()
uint8_t twi_error_get |
( |
void |
| ) |
|
Returns the error value of the TWI.
Function is deprecated!
- See also
- twi_errorGet()
◆ twi_lock_force()
void twi_lock_force |
( |
void |
| ) |
|
Locks the TWI for the user.
Function is deprecated!
- See also
- twi_lockForce()
◆ twi_lock_get()
uint8_t twi_lock_get |
( |
void |
| ) |
|
Gets if the TWI is in use.
Function is deprecated!
- See also
- twi_lockGet()
◆ twi_send_to()
void twi_send_to |
( |
uint8_t |
address | ) |
|
Sets the slave address for the next transfer.
Function is deprecated!
- See also
- twi_sendTo()