Timeline for Printing elements of char array from PROGMEM
Current License: CC BY-SA 4.0
13 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
May 6, 2023 at 22:48 | answer | added | Jorge Royero | timeline score: 0 | |
Oct 29, 2020 at 14:03 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jul 1, 2020 at 14:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Mar 3, 2020 at 13:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Nov 4, 2019 at 13:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jul 7, 2019 at 11:01 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Mar 9, 2019 at 11:00 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
S Feb 7, 2019 at 10:37 | history | suggested | Glorfindel |
tags edited (this tag enables syntax highlighting, which makes the code easier to read)
|
|
Feb 7, 2019 at 10:00 | review | Suggested edits | |||
S Feb 7, 2019 at 10:37 | |||||
Feb 7, 2019 at 4:23 | answer | added | dougp | timeline score: 2 | |
Feb 5, 2019 at 18:26 | comment | added | Juraj♦ | your strings are not in progmem. only the array of pointers to strings is there arduino.cc/reference/en/language/variables/utilities/progmem | |
Feb 5, 2019 at 16:33 | comment | added | Gerben |
That's not how you use PROGMEM. You need to use the functions pgm_read_***_near
|
|
Feb 5, 2019 at 16:12 | history | asked | Bob Jones | CC BY-SA 4.0 |