Refactor INO to CPP converter

This commit is contained in:
Ivan Kravets
2016-08-31 00:16:23 +03:00
parent 34a860cfa6
commit 8a379d2db2
12 changed files with 179 additions and 106 deletions
+13
View File
@@ -0,0 +1,13 @@
void setup() {
barFunc();
fooFunc();
}
void loop() {
}
char* fooFunc() {
}