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.
1 parent 7ffbfd6 commit 2c50d4aCopy full SHA for 2c50d4a
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