Skip to content
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

error: 'class AccelStepperFirmata' has no member named 'update' #26

Open
anttiryt opened this issue Jul 17, 2024 · 1 comment
Open

error: 'class AccelStepperFirmata' has no member named 'update' #26

anttiryt opened this issue Jul 17, 2024 · 1 comment

Comments

@anttiryt
Copy link

anttiryt commented Jul 17, 2024

Seems update is no longer in use but I can't currently find documentation on correct usage.



C:\Users\User\AppData\Local\Temp\.arduinoIDE-unsaved2024617-8852-k8r478.pp7ce\sketch_jul17b\sketch_jul17b.ino: In function 'void loop()':
C:\Users\User\AppData\Local\Temp\.arduinoIDE-unsaved2024617-8852-k8r478.pp7ce\sketch_jul17b\sketch_jul17b.ino:55:16: error: 'class AccelStepperFirmata' has no member named 'update'
   accelStepper.update();
                ^~~~~~

exit status 1

Compilation error: 'class AccelStepperFirmata' has no member named 'update'
@pgrawehr
Copy link

Firmatabuilder currently only supports firmata 2.x. When you are running ConfigurableFirmata 3.x, you should instead use the provided example ino file and adjust it as needed. There are a bunch of #define's near the top of the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants