Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created March 6, 2018 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igaiga/09b8185da181d3d3c34e97221c03d1bd to your computer and use it in GitHub Desktop.
Save igaiga/09b8185da181d3d3c34e97221c03d1bd to your computer and use it in GitHub Desktop.
require 'smalrubot'
board = Smalrubot::Board.new(Smalrubot::TxRx::Serial.new)
100.times do
p board.analog_read(0)
sleep 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment