adafruit / ArduinoCore-samd

115 stars 119 forks source link

Add int64_t and uint64_t data types to Serial.print(ln) #310

Closed ghost closed 3 years ago

ghost commented 3 years ago

Changes to add _int64t and _uint64t data types to Serial.print(ln). The functions were copied from Arduino's ArduinoCore-samd print.h and print.cpp files.

ghost commented 3 years ago

@hathach Thank you. Sorry about the indentation.

hathach commented 3 years ago

@hathach Thank you. Sorry about the indentation.

Not a problem at all 💯