mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
0ff41e4e28
Add three new gems for GPIO pin control: - hw-gpio: common Ruby API, C bindings, and HAL header - hw-esp32-gpio: ESP32 HAL using ESP-IDF GPIO driver - hw-rp2040-gpio: RP2040 HAL using Pico SDK Co-authored-by: Claude <noreply@anthropic.com>
6 lines
179 B
Ruby
6 lines
179 B
Ruby
MRuby::Gem::Specification.new('hw-gpio') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.authors = ['HASUMI Hitoshi', 'mruby developers']
|
|
spec.summary = 'GPIO peripheral interface'
|
|
end
|