We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What are these mistakes? How to solve this problem? thank you!
e:\Program Files (x86)\Arduino\libraries\Arduino-FOC-v.1.5.0\src\FOCutils.cpp:108:55: error: 'MCPWM_SELECT_SYNC_INT0' was not declared in this scope
mcpwm_sync_enable(m_slot.mcpwm_unit, MCPWM_TIMER_0, MCPWM_SELECT_SYNC_INT0, 0);
^
exit status 1 Error compiling for development board esp32 dev module
The text was updated successfully, but these errors were encountered:
You have the explanation in ESP32 docs: https://docs.simplefoc.com/microcontrollers
You will have to replace the mcpwm.h file.
Sorry, something went wrong.
@askuric Focsimple is great! Thank you very much.
I'm happy you like it and that you've found your solution! #14
No branches or pull requests
What are these mistakes? How to solve this problem? thank you!
e:\Program Files (x86)\Arduino\libraries\Arduino-FOC-v.1.5.0\src\FOCutils.cpp:108:55: error: 'MCPWM_SELECT_SYNC_INT0' was not declared in this scope
mcpwm_sync_enable(m_slot.mcpwm_unit, MCPWM_TIMER_0, MCPWM_SELECT_SYNC_INT0, 0);
exit status 1
Error compiling for development board esp32 dev module
The text was updated successfully, but these errors were encountered: