mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
2f29f898de
This adds an additional (boolean) parameter to both endTransmission() and requestFrom(), which specifies whether or not to send a stop condition after the corresponding transmission. This defaults to true, as in the previous behavior of the library. http://code.google.com/p/arduino/issues/detail?id=663