Question
how to use a string (class) in ST32 Cpp code
hello everyone
I'm trying to use a string type (string class not char pointer or array) in my code
I have a lot of string messages in my program and a string class can help a lot
I see how arduino did it in their IDE, their string class is good, I think it should be possible to use it with ST32 MCUs,
I'm using Discovery (disco1) board with ST32CubeIDE.