Skip to content
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