No description
Find a file
2024-06-12 17:14:10 +03:00
src added uart: work in progress 2024-06-12 17:14:10 +03:00
build.rs relay_button_code 2024-06-09 14:17:42 +03:00
Cargo.lock added uart: work in progress 2024-06-12 17:14:10 +03:00
Cargo.toml added uart: work in progress 2024-06-12 17:14:10 +03:00
LICENSE-APACHE relay_button_code 2024-06-09 14:17:42 +03:00
LICENSE-MIT relay_button_code 2024-06-09 14:17:42 +03:00
README.md added uart: work in progress 2024-06-12 17:14:10 +03:00
rust-toolchain.toml relay_button_code 2024-06-09 14:17:42 +03:00

Creating a new repository on the command line

touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://gitdab.com/andodeki/relay_button.git git push -u origin main

Pushing an existing repository from the command line

git remote add origin https://gitdab.com/andodeki/relay_button.git git push -u origin main

git add * git commit -m "working button to trigger relay and blinking led code" git push -u origin main

https://wokwi.com/projects/400243028096410625

easyeda2kicad --full --lcsc_id=C99666 easyeda2kicad --full --lcsc_id=C99666 --output ~/libs/my_lib