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

Digital Write for LED and other Pins #31

Closed
wallarug opened this issue May 5, 2019 · 2 comments
Closed

Digital Write for LED and other Pins #31

wallarug opened this issue May 5, 2019 · 2 comments

Comments

@wallarug
Copy link
Contributor

wallarug commented May 5, 2019

Good Evening / Morning,

I have tried the following example code and had no luck:

>>> from rm_robohat import robohat
>>> ss = robohat.seesaw
>>> ss.pin_mode(21, ss.OUTPUT)
>>> ss.digital_write(21, True)

Does SeeSaw lock pins that are given special functions (like the board LED, PWM, ADC, Encoder, etc) so that digital_write() does not work?

I would really like to be able to control the board LED.

Is this a limitation that can be unlocked? Or am I doing something wrong?

Thanks 😅

@ladyada
Copy link
Member

ladyada commented May 5, 2019

you can implement it

@ladyada
Copy link
Member

ladyada commented Oct 10, 2021

closing due to lack of response - if it gets implemented please reopen or comment!

@ladyada ladyada closed this as completed Oct 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants