Skip to content

Instantly share code, notes, and snippets.

View bennovakovic's full-sized avatar

Ben Novakovic bennovakovic

View GitHub Profile
@jfryman
jfryman / Gemfile
Last active June 5, 2019 13:30
Control your Geekdesk with an Arduino via MQTT
source 'https://rubygems.org'
gem 'em-cron', '~> 0.2.0'
gem 'em-mqtt', '~> 0.0.5'
gem 'em-rubyserial', '~> 0.0.2'
gem 'scrolls'
gem 'foreman'
gem 'pry'