Rework Debugging Macros to also Work in Libraries #6
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ uint8_t SCD30::getSensorData(char *payload, uint8_t startbyte) {
|
|||
uint8_t ready[2] = {0};
|
||||
uint8_t data[18] = {0};
|
||||
|
||||
DEBUG_PRINTLN("SCD30::initialize");
|
||||
DEBUG_PRINTLN("SCD30::getSensorData");
|
||||
|
||||
// Check if Sensor Data is Available
|
||||
getBytes(SCD30_DATA_READY, ready, 2);
|
||||
|
|
Loading…
Reference in a new issue