]> git.zerfleddert.de Git - fnordlicht-mini/blame - firmware/tests/start_program_colorwheel.rb
fix config.mk file header comment
[fnordlicht-mini] / firmware / tests / start_program_colorwheel.rb
CommitLineData
ec1bef8e 1#!/usr/bin/env ruby
2
3$:.unshift(File.dirname(__FILE__)+"/lib")
4
5require 'fnordlicht'
6require 'serialport'
7
8include Fnordlicht
9
10$dev = SerialPort.new("/dev/ttyUSB0", 19200)
11
12puts "sending sync sequence"
13sync()
14puts "stop fading"
15stop(255)
16
17puts "start program colorwheel (forward)"
18start_program(255, 0, [5, 1, 1, 0, 0, 60, 0, 255, 255, 255])
19sleep 10
20
21puts "start program colorwheel (reverse)"
22start_program(255, 0, [5, 1, 1, 0, 0, 60, 0, 1, 255, 255])
Impressum, Datenschutz