最佳答案
我从 Arduino 上的一个模拟引脚获得了一个 int 值。我如何连接到一个 String,然后转换为一个 char[]的 String?
有人建议我尝试 char msg[] = myString.getChars();,但我收到一个消息,getChars不存在。