tm4c-hal icon indicating copy to clipboard operation
tm4c-hal copied to clipboard

WIP: adc support

Open vipierozan99 opened this issue 4 years ago • 4 comments

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 :)

vipierozan99 avatar Jan 05 '21 14:01 vipierozan99

Looks good to me! Is this still WIP?

thejpster avatar Oct 15 '21 21:10 thejpster

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.

vipierozan99 avatar Oct 15 '21 22:10 vipierozan99

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 😄

HerrMuellerluedenscheid avatar May 01 '22 17:05 HerrMuellerluedenscheid

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.

thejpster avatar May 03 '22 21:05 thejpster