sparkfun / SparkFun_HTU21D_Breakout_Arduino_Library

HTU21D Breakout Arduino Library
Other
31 stars 23 forks source link

Update SparkFunHTU21D.cpp #2

Closed RonBeck62 closed 8 years ago

RonBeck62 commented 8 years ago

Code optimization. Do division in the compiler instead of on the target every time the temperature is read.

nseidle commented 8 years ago

Excellent improvements. Thanks!