electricimp / reference

Electric Imp Reference Code
MIT License
94 stars 65 forks source link

Si7021 #20

Closed juanderful11 closed 10 years ago

juanderful11 commented 10 years ago

New Si7021 class and readme

ersatzavian commented 10 years ago

Class looks really good! Sorry for taking so long to review.

A few things:

constructor(_i2c, _addr = ADDR) { addr = ADDR; i2c = _i2c; }

Thanks for the well-written class!