365
}
else if((value >= 10) && (value < 100))
{
print_D((x_pos + 3), y_pos, tmp, points);
}
else if(value < 10)
{
print_D((x_pos + 2), y_pos, tmp, points);
}
}
Simulation
Explanation
Unlike I2C, SPI, UART and other communication methods, one wire communication has no fixed
communication standard. A perfect example is the difference between the way of communicating
with DHT22 and DS18B20. Although they appear to share a similar methology but the communication
protocols are different.