Results 1 comments of s1nisteR

Apparently this is how the other library is doing it. ```c bool max32664::configRawdataMode(){ //enter app mode bool ret = writeByte(0x01, 0x00, 0x00); delay(10); if(!ret){ Serial.println("enter app mode cmd failed"); return...