-
-
Notifications
You must be signed in to change notification settings - Fork 404
Can't use standard STL includes in library code #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello Grafalex, to be able to compile dmstepper it's required to add line below to your sketch: // ArduiniSTL required in front of dmstepper.h. Probably you have to install this Than you can compile and upload. regards |
Thanks. I'll try this |
Hello Grafalex82, used this library today for my KUMAN DRV8255 driven steppers. It works very well. I'm using "VariableTimedAction" for having the "Updates" scheduled every 5us.. class DMStepperSchedule : public VariableTimedAction This is called every 5us. Initialized in setup() 👍 void setup() Using one additional task for IR remote control. class irReader : public VariableTimedAction
} This works not "very fast" but the Capacitor rotates. regards |
Closing as fixed |
When trying to compile DMStepper library arduino-cli hit #include (see https://github.com/toxnico/DMStepper/blob/master/src/dmsteppergroup.h) and tried to interpret this as an another library dependency
I have no idea why it did not find the include file - toolset has it at .packages/arduino/tools/arm-none-eabi-gcc/4.8.3-2014q1/arm-none-eabi/include/c++/4.8.3
The text was updated successfully, but these errors were encountered: