class DigiUSB::ErrorCrashed
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/digiusb.rb, line 189 def initialize super("Digispark has crashed, most likely due to not running DigiUSB.refresh() often enough in device program #{$!.class.name}") end