mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5931a96a17
Add hw-spi gem with SPI communication support: - Common Ruby API with write, read, and full-duplex transfer - ports/esp32/ using ESP-IDF SPI master driver - ports/rp2040/ using Pico SDK Based on picoruby-spi by HASUMI Hitoshi. Co-authored-by: Claude <noreply@anthropic.com>
6 lines
177 B
Ruby
6 lines
177 B
Ruby
MRuby::Gem::Specification.new('hw-spi') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.authors = ['HASUMI Hitoshi', 'mruby developers']
|
|
spec.summary = 'SPI peripheral interface'
|
|
end
|