https://github.com/saibatizoku/hello-gpio-pi
Simple example for blinking an LED using GPIO on a Raspberry Pi. This example uses `sysfs` through `Rust` code.
https://github.com/saibatizoku/hello-gpio-pi
gpio raspberry-pi rust-lang
Last synced: 6 months ago
JSON representation
Simple example for blinking an LED using GPIO on a Raspberry Pi. This example uses `sysfs` through `Rust` code.
- Host: GitHub
- URL: https://github.com/saibatizoku/hello-gpio-pi
- Owner: saibatizoku
- Created: 2017-06-08T16:01:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T16:12:08.000Z (over 8 years ago)
- Last Synced: 2025-02-14T14:55:35.385Z (8 months ago)
- Topics: gpio, raspberry-pi, rust-lang
- Language: Rust
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blinking LED with GPIO
======================Simple example written in [Rust](https://www.rust-lang.org), cross-compiled to run on a Raspberry Pi with ARMv6 architecture. It blinks an LED connected on `/sys/class/gpio/gpio17`.
To run, clone this repository and build/run with cargo.
```
cargo run
```