embedded-runtime-rp2040 0.1.2

A tiny async runtime for embedded devices, with predefined runtime hooks for the rp2040
Documentation
1
2
3
4
5
6
7
8
#![no_std]
#![doc = include_str!("../README.md")]

#[doc(hidden)]
pub mod runtime;

// Re-export everything
pub use embedded_runtime::*;