An open API service indexing awesome lists of open source software.

https://github.com/thenewwazoo/lpc177x_8x-hal

Implementation of the `embedded-hal` traits for NXP LPC177x and LPC178x devices
https://github.com/thenewwazoo/lpc177x_8x-hal

embedded embedded-hal lpc177x-8x no-std rust

Last synced: 3 months ago
JSON representation

Implementation of the `embedded-hal` traits for NXP LPC177x and LPC178x devices

Awesome Lists containing this project

README

        

# lpc177x_8x-hal

This is a work-in-progress HAL for the LPC177x/8x device(s). It presently only _truly_ supports the LPC1788FBD208 (with the `LQFP208` feature).

Note: because the `lpc177x_8x` crate uses untagged unions, it requires nightly, and therefore this crate does too.