Skip to main content
Arduino

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Draft saved
Draft discarded
Cancel
4
  • In C and C++, the ! operator means "not". E.g. if (!(the condition)) { some_action(); } means "do some action if the condition is not satisfied". Commented Sep 9, 2016 at 19:47
  • Yes! I thought that I might be able to adapt the string.startsWith, however it flagged saying expected unqualified id before '!' token Commented Sep 9, 2016 at 23:04
  • What did you write to get that error? If you don't show us your code, we won't be able to help. Commented Sep 10, 2016 at 7:40
  • I messed up and put the ! in the wrong place, sorry to have not caught that. Commented Sep 10, 2016 at 17:01

AltStyle によって変換されたページ (->オリジナル) /