simonmonk / programming_arduino

Code for the book Programming Arduino: Getting Started with Sketches
78 stars 100 forks source link

Use .ino #2

Open kj7rrv opened 4 years ago

kj7rrv commented 4 years ago

.pde is old; use the .ino extension.

slowtoaccept commented 4 years ago

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.

kj7rrv commented 4 years ago

For now, you could probably script that.

On Fri, Jan 17, 2020 at 7:19 AM slowtoaccept notifications@github.com 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 https://github.com/simonmonk/programming_arduino/issues/2?email_source=notifications&email_token=AN54XP4KSVZR63JCR4OORADQ6HD7BA5CNFSM4KGJ5TXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJIAAJY#issuecomment-575668263, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN54XP65S2KBB76DWU65T73Q6HD7BANCNFSM4KGJ5TXA .

slowtoaccept commented 4 years ago

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 notifications@github.com 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 https://github.com/simonmonk/programming_arduino/issues/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.