![]() |
Simply3DScan
|
Representations of commands and states to control arduino sketch More...
Public Attributes | |
const int | DisableLaserCommand = 100 |
The disable laser command More... | |
const int | EnableLaserCommand = 101 |
The enable laser command More... | |
Package Attributes | |
const int | RotateLaserCwCommand = 110 |
The rotate laser clockwise command More... | |
const int | RotateLaserCcwCommand = 111 |
The rotate laser counterclockwise command More... | |
const int | RotateTurnTableCwCommand = 120 |
The rotate turn table clockwise command More... | |
const int | RotateTurnTableCcwCommand = 121 |
The rotate turn table counter clockwise command More... | |
const int | EnableLightCommand = 130 |
The enable light command More... | |
const int | DisableLightCommand = 131 |
The disable light command More... | |
const int | EnableMicroSteppingCommand = 141 |
The enable micro stepping command More... | |
const int | DisableMicroSteppingCommand = 142 |
The disable micro stepping command More... | |
const int | Ping = 201 |
Ping constant More... | |
const int | ACK = 202 |
ACK constant More... | |
const int | NACK = 203 |
NACK constant More... | |
const int | Error = 204 |
Error constant More... | |
Representations of commands and states to control arduino sketch
|
package |
ACK constant
const int ArduinoConnection.CommandRepresentations.DisableLaserCommand = 100 |
The disable laser command
|
package |
The disable light command
|
package |
The disable micro stepping command
const int ArduinoConnection.CommandRepresentations.EnableLaserCommand = 101 |
The enable laser command
|
package |
The enable light command
|
package |
The enable micro stepping command
|
package |
Error constant
|
package |
NACK constant
|
package |
Ping constant
|
package |
The rotate laser counterclockwise command
|
package |
The rotate laser clockwise command
|
package |
The rotate turn table counter clockwise command
|
package |
The rotate turn table clockwise command