From: Advaith Menon Date: Thu, 22 Jan 2026 16:10:51 +0000 (-0500) Subject: Fix formatting issues X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=635581f204fab3d4806e376e6d3766298d2c41ad;p=4dulcd-nolibrary.git Fix formatting issues * Fix bullets in UART section --- diff --git a/GUIDE.adoc b/GUIDE.adoc index eb2f8f8..829555a 100644 --- a/GUIDE.adoc +++ b/GUIDE.adoc @@ -133,6 +133,7 @@ denote its end. The string "Hello, World" is sent here. === Changing the baud rate Unlike other instructions which basically follow the same process, the baud rate instruction is a bit tricky to implement. It works in three steps: + . Call the `setBaudWait` command . Change the baud rate . With the new baud rate, perform the acknowledge procedure.