From cd9723fde0fa81fc8dc037a46a22650bc243c870 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 2 May 2019 22:30:19 -0700 Subject: [PATCH] Fix markup of bitWrite() example --- Language/Functions/Bits and Bytes/bitWrite.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/Language/Functions/Bits and Bytes/bitWrite.adoc b/Language/Functions/Bits and Bytes/bitWrite.adoc index 80a0ac708..37efcc198 100644 --- a/Language/Functions/Bits and Bytes/bitWrite.adoc +++ b/Language/Functions/Bits and Bytes/bitWrite.adoc @@ -52,6 +52,7 @@ Demonstrates the use of bitWrite by printing the value of a variable to the Seri [source,arduino] +---- void setup() { Serial.begin(9600); while (!Serial) {} // wait for serial port to connect. Needed for native USB port only