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
{{ message }}
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
The ASCII table was inspired by Tutorial/ASCIITable from the official website of Arduino.
The first visible ASCII element is the exclamation mark !, which is associated to the number 33
// those declarations are equivalentcharcharacter=33;
charcharacter='!';
sizeof_test
cd serial-communication/sizeof_test
It simply tests the functionality of sizeof Arduino function.