2.7 Communication Classes
Several Arduino communication classes are enumerated as follows:
- brief: print data to the serial port, without/with carriage.
- param:
- val: the value to print.
- format: data format while printing.
- return: void.
Last modified 5yr ago