【发布时间】:2015-05-05 12:04:37
【问题描述】:
我已经设法从 SD 中保存和检索 ID 字符串,而我面临的问题是比较这两个字符串。使用 .readStringUntil('\n') 从 SD 中逐行检索 ID。
Here is the complete Arduino sketch
@line211
Here is the serial out to show the two variables...
谢谢:)
【问题讨论】:
-
请将代码缩小到相关部分,然后编辑您的问题以包含该代码。链接不能被信任,因为它们可能会过时。与输出相同,将文本复制并粘贴到问题中,以及您期望得到的输出。
标签: c++ string arduino comparison string-comparison