- Notifications
You must be signed in to change notification settings - Fork967
feat(nrf52xxx/adc|spi): adjustable resolution, improve SPI#4660
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
feat(nrf52xxx/adc|spi): adjustable resolution, improve SPI#4660
Uh oh!
There was an error while loading.Please reload this page.
Conversation
72d63a4
tof10ed73
Comparef10ed73
toc84ce10
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I'd prefer this PR to be split into two: separately ADC and SPI changes.
You also need to justify the testify (:D) addition -- we don't have tests in machine package, probably better to make a separate PR for that too.
Signed-off-by: Paul Schroeder <milkpirate@users.noreply.github.com>
Signed-off-by: Paul Schroeder <milkpirate@users.noreply.github.com>
Signed-off-by: Paul Schroeder <milkpirate@users.noreply.github.com>
…6, bit shifting does not make sense, <0 check neitherSigned-off-by: Paul Schroeder <milkpirate@users.noreply.github.com>
c84ce10
tode4ef7a
Comparemilkpirate commentedJan 14, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
What I did
SPI
SPIMode
typeio.Reader
,io.Writer
ADC
Open questions
ADC.Get()
to return an error? Since it will change the interface and might break things.