Skip to content

Print class documentation created #915

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions Language/Functions/Communication/Print.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
title: Print
categories: [ "Functions" ]
subCategories: [ "Communication" ]
---




= Print


// OVERVIEW SECTION STARTS
[#overview]
--

[float]
=== Description
The Print class is an abstract base class that provides a common interface for printing data to different output devices. It defines several methods that allow printing data in different formats.

Print class is related to several libraries in Arduino that use the printing funcionality to interact with devices such as Serial Monitor, LCD Screen, printers, etc.

Some of the libraries that use the Print class are:

* link:../serial[Serial]
* link:https://reference.arduino.cc/reference/en/libraries/liquidcrystal/[LiquidCrystal]
* link:https://www.arduino.cc/en/Reference/Ethernet[Ethernet]
* link:https://reference.arduino.cc/reference/en/libraries/wifi/wificlient/[Wifi]


--
// OVERVIEW SECTION ENDS


// FUNCTIONS SECTION STARTS
[#functions]
--

'''

[float]
=== Functions
link:https://www.arduino.cc/reference/en/language/functions/communication/wire/write/[write()] +
link:https://www.arduino.cc/reference/en/language/functions/communication/serial/print/[print()] +
link:https://www.arduino.cc/reference/en/language/functions/communication/serial/println/[println()]

'''

--
// FUNCTIONS SECTION ENDS


// SEE ALSO SECTION
[#see_also]
--

[float]
=== See also

--
// SEE ALSO SECTION ENDS