fm_receiver
fm_receiver copied to clipboard
A Wire.requestFrom() should not be followed by Wire.endTransmission().
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