Merge pull request #14 from sethtroisi/master

Code Beautifications
This commit is contained in:
Limor "Ladyada" Fried
2019-04-03 16:19:54 -04:00
committed by GitHub

View File

@@ -131,7 +131,7 @@ boolean Adafruit_TSL2561_Unified::init()
/**************************************************************************/
void Adafruit_TSL2561_Unified::enableAutoRange(bool enable)
{
_tsl2561AutoGain = enable ? true : false;
_tsl2561AutoGain = enable;
}
/**************************************************************************/