keyleds.cr v1.0.0
keyleds.cr
A Crystal interface to the libkeyleds library.
License
As a derived work of keyleds, these bindings are licensed under the GNU GPLv3.
Installation
-
Add the dependency to your
shard.yml:dependencies: keyleds: github: nickbclifford/keyleds.cr -
Run
shards install
Usage
require "keyleds"
APP_ID = 1_u8
Keyleds::Device.open("/dev/hidraw1", APP_ID) do |device|
puts device.name
device.set_led_block(:logo, red: 0, blue: 255, green: 0)
device.commit_leds
end
Contributing
- Fork it (https://github.com/nickbclifford/keyleds.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Nick Clifford - creator and maintainer
Repository
keyleds.cr
Owner
Statistic
- 1
- 0
- 0
- 1
- 0
- over 4 years ago
- April 7, 2021
License
GNU General Public License v3.0
Links
Synced at
Tue, 04 Nov 2025 14:23:09 GMT
Languages