Closed 0x2b3bfa0 closed 8 years ago
This is not too big of a problem on the esp. I am not the best c/c++ coder so it might make it harder to maintain for my self.
Encapsulated in side functions should be fine how ever because those are limited in scope
Ok, I never used C/C++ I'm a mid-level Python programmer and a high-level Bash and Gambas 3 programmer. I never used C/C++ with a serious aim.
However you could say me which side functions could we convert...
Hi! I've read a post on a blog saying that the use of Arduino
String
class is a bad idea. Wouldn't be better to replace them bychar
andchar*
?