You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This variant is capable of printing numbers and according to the base parameter.
For eg. Serial.print(78, DEC) will print the decimal equivalent of 78 and
Serial.print(78, HEX) will print HEX and so on.
Signed-off-by: Dhruva Gole <[email protected]>
0 commit comments