stm32f429x 0.3.1

Peripheral access API for STM32F429X Microcontrollers.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# stm32f429x

Peripheral Access API built with [svd2rust](https://github.com/japaric/svd2rust).

## TODO

I have plans on (once I can actually get the basic annotations all there)
actually creating smarter functions that can handle multiple pins on some
things being read/written at the same time.

Especially as Rust continues to add new support for more basic C-like
constructs (unions!), it'll be nice to have a cleaner interface.

However, the better choice is to leverage the
[f4](https://github.com/dkarwowski/f4) package, which is an example of a much
cleaner use of this library, abstracting away the bits themselves.