rust-embedded / rust-sysfs-pwm

Linux PWM Access via Sysfs in Rust
Apache License 2.0
47 stars 16 forks source link

rust-sysfs-pwm is not on cargo #1

Closed cwoodall closed 7 years ago

cwoodall commented 7 years ago

Hello @posborne I noticed this package was not on crates.io.

What is the path forward for that, if there is one? Currently I am using cargo's ability to install packages using git urls, but I think this would be useful to more people eventually.

posborne commented 7 years ago

Huh, I must have just forgotten to do that with everything else. I'll probably move this to rust-embedded and publish 0.1.

posborne commented 7 years ago

Done: https://crates.io/crates/sysfs-pwm

cwoodall commented 7 years ago

Thanks! Just noticed when I was playing around with it. Worked perfectly on my beaglebone (once I figured out the chip to pin mapping)

posborne commented 7 years ago

On the pin mapping, this might be useful as a reference: https://github.com/rust-embedded/gpio-utils/blob/master/examples/beaglebone.toml