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
- Host: GitHub
- URL: https://github.com/thenewwazoo/lpc177x_8x-hal
- Owner: thenewwazoo
- License: apache-2.0
- Created: 2018-09-07T06:29:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T23:48:03.000Z (over 6 years ago)
- Last Synced: 2025-02-09T09:19:23.438Z (3 months ago)
- Topics: embedded, embedded-hal, lpc177x-8x, no-std, rust
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.