An open API service indexing awesome lists of open source software.

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.

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
```