1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-23 19:21:59 +03:00

Wire library patch to provide better error handling.

This commit is contained in:
David A. Mellis
2008-06-21 23:16:27 +00:00
parent 3233d7939b
commit 0bdc02cea5
6 changed files with 65 additions and 29 deletions

View File

@ -30,7 +30,7 @@
void Print::print(uint8_t b)
{
write(b);
this->write(b);
}
void Print::print(char c)