BowlerKernel
ResetChipCommand.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.commands.neuronrobotics.bootloader;
2 
3 import com.neuronrobotics.sdk.common.BowlerAbstractCommand;
4 import com.neuronrobotics.sdk.common.BowlerMethod;
5 
6 
7 // TODO: Auto-generated Javadoc
12 
16  public ResetChipCommand() {
17  setOpCode("rest");
19  }
20 }