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

https://github.com/thenewwazoo/nucleo-l011k4-bsp

Board support crate for the ST NUCLEO-L011K4 development board
https://github.com/thenewwazoo/nucleo-l011k4-bsp

Last synced: 3 months ago
JSON representation

Board support crate for the ST NUCLEO-L011K4 development board

Awesome Lists containing this project

README

        

NUCLEO-L011K4-BSP
=================

This crate implements a BSP for the [ST NUCLEO-L011K4](https://www.st.com/en/evaluation-tools/nucleo-l011k4.html) development board. It is intended to ease development while relieving the programmer of tracking peripheral and pin combinations, as well as providing helper methods for instantiating peripherals.

An example of crate usage can be found in [`src/main.rs`](src/main.rs)