Refactor INO to CPP converter
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
void setup() {
|
||||
barFunc();
|
||||
fooFunc();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
||||
}
|
||||
|
||||
char* fooFunc() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user