arduino String转char *

String name = "hello";
name.c_str();//转为char *
原文地址:https://www.cnblogs.com/codeit/p/15548451.html