Update INO2CPP examples

This commit is contained in:
Ivan Kravets
2016-08-31 01:26:08 +03:00
parent c33a745862
commit e703054716
3 changed files with 27 additions and 9 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
char buf[5];
void setup() {
barFunc();
fooFunc();
}
@@ -8,5 +9,5 @@ void loop() {
}
char* fooFunc() {
return buf;
}