You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our [documentation] mentions being able to switch the GPIO bank pin A2 and A4 between digital and analog signals. That is currently not implemented in the firmware.
First step here would be writing a quick Request For Comment (RFC) and posting it on the forums to discuss how to expose that API (pin.type('analog') or whatever).
Then, add that API to tessel.js. You'll want to use the underlying binding to the set_mode function.
The text was updated successfully, but these errors were encountered:
Our [documentation] mentions being able to switch the GPIO bank pin
A2
andA4
between digital and analog signals. That is currently not implemented in the firmware.First step here would be writing a quick Request For Comment (RFC) and posting it on the forums to discuss how to expose that API (
pin.type('analog')
or whatever).Then, add that API to tessel.js. You'll want to use the underlying binding to the set_mode function.
The text was updated successfully, but these errors were encountered: