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
Please implement the PWM functionality for CircuitPython Seesaw.
seesaw/include/RegisterMap.h
//* ================ Timer ===================== *// #define SEESAW_TIMER_BASE 0x08 /****** STATUS *****/ #define SEESAW_TIMER_STATUS 0x00 //this is asserted when this encorunters an error #define SEESAW_TIMER_STATUS_ERROR_BITS 0x01 /****** PWM *****/ #define SEESAW_TIMER_PWM 0x01 /****** FREQ ****/ #define SEESAW_TIMER_FREQ 0x02
Documentation: https://learn.adafruit.com/adafruit-seesaw-atsamd09-breakout/pwm
CircuitPython Learn Guide: https://learn.adafruit.com/circuitpython-essentials/circuitpython-pwm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please implement the PWM functionality for CircuitPython Seesaw.
seesaw/include/RegisterMap.h
Documentation: https://learn.adafruit.com/adafruit-seesaw-atsamd09-breakout/pwm
CircuitPython Learn Guide: https://learn.adafruit.com/circuitpython-essentials/circuitpython-pwm
The text was updated successfully, but these errors were encountered: