Arduino Forum
Const char foo[] = "gives me an error"
Projects
Programming
johnwasser
September 30, 2021, 6:29pm
7
Or use a pointer:
const char *foo = "hello world";
show post in topic
Related topics
Topic
Replies
Views
Activity
Initializing Array in Class Definition
Programming
6
2689
May 5, 2021
Array of strings literal declaration ...cant make it work
Programming
3
1884
May 5, 2021
static const array as class member
Programming
9
4048
May 5, 2021
Import constant array from a .h file
Programming
3
1670
May 5, 2021
String to Char*
Programming
18
5463
May 5, 2021