This commit is contained in:
rafael 2024-07-08 22:20:23 +02:00
parent 376f65e1d3
commit 91e6aa3166

View File

@ -5,7 +5,7 @@
//! There are basically two ways we demonstrate here:
//! 1) Assigning resources to a task by passing parts of the peripherals
//! 2) Assigning resources to a task by passing a struct with the split up peripherals, using the assign-resources macro
//!
//!
//! using four LEDs on Pins 10, 11, 20 and 21
#![no_std]