Go to file
aOK 0c17c0314f working button to trigger relay and blinking led code 2024-06-11 14:34:48 +03:00
src working button to trigger relay and blinking led code 2024-06-11 14:34:48 +03:00
Cargo.lock relay_button_code 2024-06-09 14:17:42 +03:00
Cargo.toml relay_button_code 2024-06-09 14:17:42 +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 working button to trigger relay and blinking led code 2024-06-11 14:34:48 +03:00
build.rs relay_button_code 2024-06-09 14:17:42 +03:00
rust-toolchain.toml relay_button_code 2024-06-09 14:17:42 +03:00

README.md

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