diff --git a/Language/Functions/Communication/Stream/streamPeek.adoc b/Language/Functions/Communication/Stream/streamPeek.adoc index cc1e3f6dd..6a5f01a7d 100644 --- a/Language/Functions/Communication/Stream/streamPeek.adoc +++ b/Language/Functions/Communication/Stream/streamPeek.adoc @@ -43,9 +43,5 @@ The next byte (or character), or -1 if none is available. [#howtouse] -- -[float] -=== Example Code -// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄ - -- // HOW TO USE SECTION ENDS \ No newline at end of file diff --git a/Language/Variables/Data Types/byte.adoc b/Language/Variables/Data Types/byte.adoc index d3cf357ce..83114ff7f 100644 --- a/Language/Variables/Data Types/byte.adoc +++ b/Language/Variables/Data Types/byte.adoc @@ -30,16 +30,6 @@ A byte stores an 8-bit unsigned number, from 0 to 255. [#howtouse] -- -[float] -=== Example Code -// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄ - - -[source,arduino] ----- - ----- - -- // HOW TO USE SECTION ENDS