From 76a8b9c7f19e566e3f4094df404a2e0bade9943c Mon Sep 17 00:00:00 2001 From: puckoprutt Date: Sun, 12 Jul 2026 03:55:17 +0200 Subject: [PATCH] added something to README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e69de29..d7b6642 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,15 @@ +# this is my first rust embedded lib. + +please help me, im so lost. + +this has only been tested on raspberry pi pico 2w. +the example given here do not use the poll functionality. more like a proof of concept. + +## .cargo/config +i did not provide it here since this is meant to be used on diffrent HAL's and i just wanna grab whats necessary +but in the Cargo.toml there is a dependency for rp235x-hal, that should be replaced. + +## memory.x +no memory.x file provided for same reason as above. + +# DO A WEIRD DANCE ! \ No newline at end of file