We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bc18fd + 2c50d4a commit a8e93e8Copy full SHA for a8e93e8
Language/Variables/Utilities/PROGMEM.adoc
@@ -29,7 +29,7 @@ PROGMEM is part of the http://www.nongnu.org/avr-libc/user-manual/group\__avr__p
29
30
[float]
31
=== Syntax
32
-const dataType variableName[] PROGMEM = {data0, data1, data3...};`
+const dataType variableName[] PROGMEM = {data0, data1, data3...};
33
34
`dataType` - any variable type
35
`variableName` - the name for your array of data
@@ -219,4 +219,4 @@ Serial.print(F("Write something on the Serial Monitor that is stored in FLASH"))
219
* #DEFINITION# link:../../data-types/string[string]
220
221
--
222
-// SEE ALSO SECTION ENDS
+// SEE ALSO SECTION ENDS
0 commit comments