You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
First, let me say thank you for this incredible Atom plugin!!! It majorly improves my dev time compared with the Arduino IDE!
I successfully compiled and uploaded a few programs for Arduino Due, but I ran into one bug.
The following program compiles, uploads and works with the Arduino IDE:
@ivankravets nice! I actually renamed my file to .ino and it all compiled :) I'm just testing out a few sources from the internet and it was surprising that they didn't work at first
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First, let me say thank you for this incredible Atom plugin!!! It majorly improves my dev time compared with the Arduino IDE!
I successfully compiled and uploaded a few programs for Arduino Due, but I ran into one bug.
The following program compiles, uploads and works with the Arduino IDE:
Using Atom + Platformio, I get the following build error:
error: 'fillMyBuffer' was not declared in this scope
Here's what's on the build panel:
Thanks again!
The text was updated successfully, but these errors were encountered: