This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
platformio-core
Watch
1
Star
0
Fork
0
You've already forked platformio-core
forked from
platformio/platformio-core
Code
Pull Requests
Activity
Files
develop
Add File
New File
Apply Patch
platformio-core
/
tests
/
ino2cpp
/
multifiles
/
foo.pde
14 lines
101 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Update INO2CPP examples
2016-08-31 01:26:08 +03:00
char buf[5];
Refactor INO to CPP converter
2016-08-31 00:16:23 +03:00
void setup() {
fooFunc();
}
void loop() {
}
char* fooFunc() {
Fix INO to CPP converting when 2-tokens type is used
2016-08-31 12:49:10 +03:00
return buf;
}
Copy Permalink