Question on mailboxes. I have a 10 devices that I would like to sort into their own mailboxes. If I setup 10 receive mailboxes, I would like the latest packet for each corresponding mailbox to be read when I poll the...
Thanks for all the help. I recreated a new project but was still having the same issue with uploading. I eventually realized the wrong folder was selected for the uploader. Changing this allowed me to upload...
Sorry for the spam, but now a new problem has popped up when I try to upload to the teensy.
Teensy Loader could not find the file DemoSnake
quitmake: *** Error 1
The terminal process...
Chronicling my journey here for reference. I managed to get the project to build by adding:
#include <cstddef>
#include "Arduino.h"
To the file "USBHost_t36.h". I am not experienced in C++ so I'm not sure why...
Good call. I have now added that but am still having issues with the build process. Now, I am getting errors from using the USBHost_t36.h library, which is throwing the following errors:
In file included from...
Thanks so much for the help. I installed VisualTeensy and now I am able to load the simple "Blink" example to my Teensy 4.0.
However, when I attempt to make the program I have been developing for a while now, I am...
Hi all,
I am trying to get some version control and a somewhat better IDE set up for my Teensy programming and am having a hard time getting going. I usually like to use git for version control w/ VS code. I've...