Login
From:
C++ for Arduino
(Uncensored)
subscribe
8 tips to use the String class efficiently | C++ for Arduino
https://cpp4arduino.com/2018/11/21/eight-tips-to-use-the-string-class-efficiently.html
links
backlinks
Roast topics
Find topics
Find it!
In many Arduino programs, the String class is a major cause of inefficiency. We’ll see how to improve our code when using this class.