WiringProject / Wiring

Wiring Framework
http://wiring.org.co/
Other
217 stars 168 forks source link

No need to wait after Wire.requestFrom() #50

Open Koepel opened 6 years ago

Koepel commented 6 years ago

In the file "Wiring/framework/cores/AVR8Bit/libraries/Wire/examples/BMP085/BMP085.pde" there are while(!Wire.available()); after the Wire.requestFrom(). All of those can be removed. Explanation: Common-mistakes#1