This is a instruction to patch the usb infrared toy driver into lirc sources. Most of the work is done by Peter Kooiman
- Debian based OS (only tested on rapbian)
- root privileges
- USB Infrared Toy
This is a instruction to patch the usb infrared toy driver into lirc sources. Most of the work is done by Peter Kooiman
| Spec::Matchers.define :intersect_with do |challenge_range| | |
| # Check to see if any elements exist in the intersection | |
| match do |current_range| | |
| [current_range.to_a & challenge_range.to_a].flatten.any? | |
| end | |
| failure_message_for_should do |current_range| | |
| "#{current_range.inspect} doesn't overlap with #{challenge_range.inspect}" | |
| end |