| ??? 02/02/18 11:25 Modified: 02/02/18 11:26 Read: times |
#190832 - I2C library for 8051 VERY BLOCKING ! Responding to: ???'s previous message |
In this file for I2C with Keil 8051
https://8051.duenna.science/click.php?Down/I2C_0.1.zip there is somethning very blocking to worry about.
void i2c_transmit_byte(unsigned char byte)
{
...
/* Wait for slave to acknowledge. */
while(SDA) continue;
...
}
It is a very dangerous situation, maybe it is a joke ! |
| Topic | Author | Date |
| Murray's 8051 Homepage is back! | 01/01/70 00:00 | |
| I2C library for 8051 VERY BLOCKING ! | 01/01/70 00:00 | |
that is the reason for the quotes | 01/01/70 00:00 |



