fm_receiver icon indicating copy to clipboard operation
fm_receiver copied to clipboard

A Wire.requestFrom() should not be followed by Wire.endTransmission().

Open Koepel opened this issue 6 years ago • 0 comments

In the file "FM.cpp" the Wire.requestFrom() is followed by Wire.endTransmission() in two places. At this moment in line 145 and 186. You may remove those extra Wire.endTransmission(). Explanation: Common-mistakes#2

Koepel avatar Aug 06 '18 05:08 Koepel