| 1047 | } |
| 1048 | |
| 1049 | void twii_SetStart() { |
| 1050 | TWCR = _BV(TWEN) | _BV(TWIE) | _BV(TWEA) | _BV(TWINT) | _BV(TWSTA); |
| 1051 | } |
| 1052 | |
| 1053 | void twi_write01() { |
| 1054 | if (TWI_MTX == twi_state) return; // blocking test |
no outgoing calls
no test coverage detected