@450nick Might I ask what board you're using?
Some Arduino boards, namely the SAMD21 based ones, support the output of uint64_t and int64_t data types with Serial.print(ln):
Serial.println(M1_Status, HEX);
@450nick Might I ask what board you're using?
Some Arduino boards, namely the SAMD21 based ones, support the output of uint64_t and int64_t data types with Serial.print(ln):
Serial.println(M1_Status, HEX);