class SpheroPwn::Commands::EnterBootloader
Asks the robot to jump into its bootloader.
Public Class Methods
new()
click to toggle source
Calls superclass method
SpheroPwn::Command::new
# File lib/sphero_pwn/commands/enter_bootloader.rb, line 3 def initialize super 0x00, 0x30, nil end
Public Instance Methods
response_class()
click to toggle source
@see {SpheroPwn::Command#response_class}
# File lib/sphero_pwn/commands/enter_bootloader.rb, line 8 def response_class SpheroPwn::Commands::EnterBootloader::Response end