lpc1769 0.0.1

Peripheral access API for NXP LPC1769 microcontrollers
Documentation
# LPC1769 PAC (peripheral access crate)

Low-level register mappings for NXP LPC1769 ARM Cortex-M3 microcontrollers, written in Rust.
The code is generated automatically from a patched version of the vendor-supplied SVD file, using `svd2rust`.

The purpose of this crate is to give embedded programs or libraries written in Rust access
to the complete functionality of LPC1769 microcontrollers.

[![crates.io][crates-image]][crates-link]
[![Documentation][docs-image]][docs-link]
![LICENSE][license-image]
[![Action Status][github-action-image]][github-action-link]
[![Matrix][matrix-chat-image]][matrix-lpc55]

## Status

Work in progress

## Documentation

The API documentation is located at <https://docs.rs/lpc1769>.

To gain an understanding of `svd2rust`-generated APIs, checkout documentation at <https://docs.rs/svd2rust>.

## License

[Apache-2.0][apache2-link] or [MIT][mit-link].