Replies: 3 comments 1 reply
-
Ok so due to the nature of the job, I can't share my actual code using Instead I have attached a minimal project, as well as the edits to each of the necessary files. Minimal Project
Modified FilesModified files are below. Note that the changes in all of them mirror the functions for
Build InstructionsThis is where for non-Teensy boards I am not too clear on. I checked through the base Arduino avr folder and there are no C++ libraries. Downloading support for the arm boards (Arduino Due) seems to yield C++ libs as part of their ARM compiler , but not So I got the code above to compile for Arduino Due by editing this file,
Note that adding |
Beta Was this translation helpful? Give feedback.
-
To use the STL data types, we could offer an excerpt of the notes above as well as an alternative include line, e.g., #include <simpleRPC_STL.h> That way we would have support for both the custom data types as well as the ones in the STL. |
Beta Was this translation helpful? Give feedback.
-
The Arduino library now has experimental STL support. I have no idea whether it works since I have no way of testing it. You can find the example sketch here. (edit) Apparently the ESP32 core has STL support out of the box, so I can do some testing after all. In this sketch |
Beta Was this translation helpful? Give feedback.
-
Continuation of #23.
Beta Was this translation helpful? Give feedback.
All reactions