This website requires JavaScript.
Explore
Help
Sign In
pioduino
/
platformio-core
Watch
1
Star
0
Fork
0
You've already forked platformio-core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2f40f329886bb82d141663dd145d1e83b1076d66
platformio-core
/
tests
/
ino2cpp
/
multifiles
/
foo.pde
T
14 lines
101 B
Plaintext
Raw
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;
}
Reference in New Issue
Copy Permalink