WIP: adc support#46
Open
vipierozan99 wants to merge 3 commits into
Open
Conversation
Open
thejpster
approved these changes
Oct 15, 2021
Member
|
Looks good to me! Is this still WIP? |
Author
|
Weeeell, it was, but I had to stop developing it for personal reasons and in the meantime, I fried my MCU, so I can't keep testing it right now, but hopefully I'll get to work on this again. |
Contributor
|
Hey there, I'm also in need for ADC support. Any news on this MR? Open points that I can try to tackle? I'm rather early-stage embedded rust developer but happy to accept challenges 😄 |
Member
|
I’m afraid I don’t do much on these chips any more. The RP2040 is faster and I can get a whole PCB with a USB port about half the price of a TM4C123 chip by itself. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a draft of an abstraction of ADC functionality.
I'm using this for a personal project and since I only have the TM4C123GXL, I`ve only messed with the tm4c123x crate, and a little on the tm4c-hal, but not the tm4c129x one.
The API on the embedded-hal for ADC is a little immature, so I don't really know where to go from here, maybe try improving on the embedded-hal side first? suggestions and corrections are very welcome.
Also I'm kinda new to rust and doing this for fun in my free time, but maybe my shitty code will be useful for someone else :)