Skip to content

Translated to Spanish #11

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions Language/Functions/Communication/Serial/available.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: Serial.available()
--

[float]
=== Description
Get the number of bytes (characters) available for reading from the serial port. This is data that's already arrived and stored in the serial receive buffer (which holds 64 bytes). `available()` inherits from the Stream utility class.
=== Descripción
Devuelve el número de bytes (caracteres) disponibles para lectura en el puerto serial. Estos son datos que acaban de llegar y están almacenados en el buffer del puerto serial (el cual admite 64 bytes). `available()` hereda de la clase Stream.
[%hardbreaks]


Expand All @@ -30,12 +30,12 @@ _Arduino Mega only:_


[float]
=== Parameters
Nothing
=== Parametros
Ninguno

[float]
=== Returns
The number of bytes available to read .
=== Devuelve
Número de bytes disponibles para lectura.
--
// OVERVIEW SECTION ENDS

Expand Down