@Hughby: thanks for the pointer. Yes, I know, there is a couple of issues regarding first startup. Also the library manager is very basic at the moment. Unfortunately, I was busy the last 3 weeks...
Type: Posts; User: luni
@Hughby: thanks for the pointer. Yes, I know, there is a couple of issues regarding first startup. Also the library manager is very basic at the moment. Unfortunately, I was busy the last 3 weeks...
15105
This is how my editor looks like. Red: Attach file, blue: code tags.
Thanks a lot, hope that I can work on VisualTeensy next weekend. If you zip your *.rtf you can upload it directly to the forum (You need to switch to the advanced view first)
Glad that VisualTeensy is useful for you.
Would it be possible to send me that tweaked Linux makefile? I could then add a "generate Linux compatible makefile" option if that would be usesful.
@killkrt:
I had a quick look at your makefile and code and have the following remarks:
In your main.cpp you define the function
int main()
{
setup();
VisualTeensy:https://forum.pjrc.com/threads/53604-Compiling-Teensy-Sketches-with-VisualCode-(Win10). It does not even need Arduino installed, uses vsCode as editor and generates a standard makefile...