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
{{ message }}
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.
I was looking through the repository and couldn't find any mentions about other peripherials on the MCU, specifically ADC. Is it possible to use these now? If not, how hard would it be to add it and where should I start?
The text was updated successfully, but these errors were encountered:
I added SPI to the Tiva C which wasn't too tricky. That PR might be useful as an example. Zinc doesn't have complete support for all peripherals yet, hence the various PRs about adding them. You may want to do what I did and copy a similar looking config from another peripheral that is supported by Zinc on your platform, then modify the init routines, names and stuff to work with whatever peripheral you're targeting. The datasheet will tell you how to initialise things properly.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was looking through the repository and couldn't find any mentions about other peripherials on the MCU, specifically ADC. Is it possible to use these now? If not, how hard would it be to add it and where should I start?
The text was updated successfully, but these errors were encountered: