dart-archive / sdk

The Dartino project was an experiment seeking to improve productivity when writing application code for embedded devices.
https://dartino.org
Other
332 stars 36 forks source link

ADC Input on STM #519

Open llamadonica opened 8 years ago

llamadonica commented 8 years ago

It looks like the STM board has ADC inputs. It would be nice if those were exposed.

mit-mit commented 8 years ago

@jakobr-google can we close this, or is there more remaining work?

karlklose commented 8 years ago

Current status:

jakobr-google commented 8 years ago

What Karl said. :)

We have basic ADC support, with blocking code. I'd like to add DMA and interrupt support as well, but it's up to you if that's part of this issue, or if we want to track that separately.

jakobr-google commented 8 years ago

DMA support's landed. Now I just need to add interrupt support.