https://github.com/ncrmro/rust-pi-blink
Blink (LED Hello World on a Pi using Rust)
https://github.com/ncrmro/rust-pi-blink
blink gpio raspberry-pi raspberry-pi-gpio rust
Last synced: about 2 months ago
JSON representation
Blink (LED Hello World on a Pi using Rust)
- Host: GitHub
- URL: https://github.com/ncrmro/rust-pi-blink
- Owner: ncrmro
- Created: 2020-06-11T05:19:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T21:29:46.000Z (about 6 years ago)
- Last Synced: 2025-03-20T07:13:54.646Z (over 1 year ago)
- Topics: blink, gpio, raspberry-pi, raspberry-pi-gpio, rust
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blink (Led Hello World on a Pi using Rust)
If you have your ssh key setup on the pi with the default pi user just run.
This will build the binary, copy it using ssh and the executing it. The output will
automatically piped over ssh and closing the ssh will automatically kill the process on the pi.
Ensure you have docker and docker-compose available.
`sh deploy.sh`