I try to open files of an example project for Teesny with all teensy programs installed.
None of those files want to open. How do I load an example from the outside of Arduino example code library?
Is Arduino using C or C++ syntax?
Thank you.
I try to open files of an example project for Teesny with all teensy programs installed.
None of those files want to open. How do I load an example from the outside of Arduino example code library?
Is Arduino using C or C++ syntax?
Thank you.
That error is telling you the file extension didn't match what it was expecting (.ino or the older .pde). You could try altering the file name to have this extension, but it may not compile or be an Arduino file at all if it didn't have that extension to begin with.
I would download notepad++ and open the file to see what's inside.
I will try.
I am not someone who can read hex codes, but I will follow your advice.
I wrote to PJRC about their Teensy examples not opening, yesterday. I hope they will come up with a solution.
Did you post a question in the PJRC Teensy forum?
Pete