Registry / utility / dino
library0.11.2rbrubygemsunverified

A utility library for interfacing with an Arduino, designed for control, expansion, and with love.

gem install dino
INSTALL
IMPORT
SIG · DINO
D
dino
utilityrubyv0.11.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Dino
require 'dino'

Turn on an LED connected to pin 13 on an Arduino

require 'dino' board = Dino::Board.new(Dino::TxRx.new) led = Dino::Components::Led.new(pin: 13, board: board) led.on
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources