Quantcast
Channel: Intel Communities: Message List
Viewing all articles
Browse latest Browse all 18347

Re: Issues with Libraries

$
0
0

If you add the following code:

 

String operator + (String a, String b) {

  String result;

  result = a;

  result += b;

  return result;

}

 

to the top of your Arduino program (above "void setup()"); the string concatenation operator ("+") should work.


Viewing all articles
Browse latest Browse all 18347

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>