Skip to content

avaibleForWrite translated do spanish #12

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
16 changes: 8 additions & 8 deletions Language/Functions/Communication/Serial/availableForWrite.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ title: Serial.availableForWrite()
--

[float]
=== Description
Get the number of bytes (characters) available for writing in the serial buffer without blocking the write operation.
=== Descripción
Devuelve el número de bytes (caracteres) disponibles para escritura en el buffer del puerto serial sin bloqueat la operación de escritura.
[%hardbreaks]


[float]
=== Syntax
=== Sintaxis
`Serial.availableForWrite()`

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


[float]
=== Parameters
Nothing
=== Parámetros
Ninguno

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

Expand All @@ -45,7 +45,7 @@ The number of bytes available to read .
--

[float]
=== See also
=== Ver también

[role="language"]
* #LANGUAGE# link:../begin[begin()] +
Expand Down