bperrybap deaf339bde Wire endTransmission() fix for issue #1725 (#1888)
* removed uint8_t Wire.endTransmission(uint8_t sendStop)

Having both endTransmission(bool) and endTransmission(uint8_t) creates problems.
There is no need for endTransmission(uint8_t)
endTransmission(1) and endTransmission(0) works with endTransmission(bool).
Removing endTransmission(uint8_t) allows the ESP32 code to be compatible with
all the other Arduino cores by allowing endTransmission(1) and endTranmission(0)
to work as it does on all the other cores.

* Wire library version bump for endTransmission() update
2018-11-19 16:40:14 +01:00
..
2018-09-26 23:29:51 +02:00
2018-06-27 09:01:06 +02:00
2018-09-17 23:06:04 +02:00
2018-06-27 09:01:06 +02:00
2018-06-27 09:01:06 +02:00
2018-07-03 21:23:04 +02:00