-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use .ino #2
Comments
I agree. .pde is the file extension for sketches used by the Processing interpreter/compiler. https://processing.org/. I have to tediously convert all your examples to .ino files. Hope they work. |
For now, you could probably script that.
…On Fri, Jan 17, 2020 at 7:19 AM slowtoaccept ***@***.***> wrote:
I agree. .pde is the file extension for sketches used by the Processing
interpreter/compiler. https://processing.org/. I have to tediously
convert all your examples to .ino files. Hope they work.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=AN54XP4KSVZR63JCR4OORADQ6HD7BA5CNFSM4KGJ5TXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJIAAJY#issuecomment-575668263>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN54XP65S2KBB76DWU65T73Q6HD7BANCNFSM4KGJ5TXA>
.
|
Yes, but I’d need to read the book first!
From: scoopgracie
Sent: Friday, January 17, 2020 5:44 PM
To: simonmonk/programming_arduino
Cc: slowtoaccept ; Comment
Subject: Re: [simonmonk/programming_arduino] Use .ino (#2)
For now, you could probably script that.
On Fri, Jan 17, 2020 at 7:19 AM slowtoaccept ***@***.***> wrote:
I agree. .pde is the file extension for sketches used by the Processing
interpreter/compiler. https://processing.org/. I have to tediously
convert all your examples to .ino files. Hope they work.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=AN54XP4KSVZR63JCR4OORADQ6HD7BA5CNFSM4KGJ5TXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJIAAJY#issuecomment-575668263>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN54XP65S2KBB76DWU65T73Q6HD7BANCNFSM4KGJ5TXA>
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.pde
is old; use the.ino
extension.The text was updated successfully, but these errors were encountered: