mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 21:29:49 +03:00
simple analog mapping fix (& binaries)
This commit is contained in:
@@ -85,7 +85,7 @@ int in_hdc1080::Poll()
|
||||
int reg;
|
||||
if (!HDC1080ready) {debugSerial<<F("HDC1080 not initialized")<<endl; return 0;}
|
||||
Serial.print("HDC Status=");
|
||||
Serial.print(reg=hdc1080.readRegister().rawData,HEX);
|
||||
Serial.println(reg=hdc1080.readRegister().rawData,HEX);
|
||||
if (reg!=0xff)
|
||||
{
|
||||
Serial.print(" T=");
|
||||
|
||||
Reference in New Issue
Block a user