export const MOTORS = { /** * Motors */ sensebox_motors_beginServoMotor: "Initialize Servo Motor", sensebox_motors_beginServoMotor_pin: "Pin:", sensebox_motors_beginServoMotor_tooltip: "Connect one of the the digital pins to the orange wire of the Servo Motor. Also Connect GND to GND (black and brown wire) and 5V to 5V (red wire).", sensebox_motors_beginServoMotor_helpurl: "https://en.wikipedia.org/wiki/Servomotor", sensebox_motors_moveServoMotor: "Move Servo Motor", sensebox_motors_moveServoMotor_pin: "Pin:", sensebox_motors_moveServoMotor_degrees: "Degrees:", sensebox_motors_moveServoMotor_tooltip: "The Servo Motor can be moved to a spezific angle between 0 and 180 degrees.", sensebox_motors_moveServoMotor_helpurl: "https://en.wikipedia.org/wiki/Servomotor", sensebox_motors_I2CMotorBoard_begin: "Initialize I2C Motor Board", sensebox_motors_I2CMotorBoard_begin_tooltip: "Connect the I2C Moztor Board with the two DC Motors to one of the five I2C-Ports. Use this Block inside the setup()-function.", sensebox_motors_I2CMotorBoard_begin_helpurl: "TODO", sensebox_motors_I2CMotorBoard_moveDCMotor: "Move", sensebox_motors_I2CMotorBoard_moveDCMotor_left: "left", sensebox_motors_I2CMotorBoard_moveDCMotor_right: "right", sensebox_motors_I2CMotorBoard_moveDCMotor_motor: "DC Motor at I2C Motor Board", sensebox_motors_I2CMotorBoard_moveDCMotor_speed: "Speed:", sensebox_motors_I2CMotorBoard_moveDCMotor_tooltip: "You can set the Speed between -100 and 100.", sensebox_motors_I2CMotorBoard_moveDCMotor_helpurl: "TODO", sensebox_motors_I2CMotorBoard_stopDCMotor: "Stop ", sensebox_motors_I2CMotorBoard_stopDCMotor_left: "left", sensebox_motors_I2CMotorBoard_stopDCMotor_right: "right", sensebox_motors_I2CMotorBoard_stopDCMotor_motor: "DC Motor at I2C Motor Board", sensebox_motors_I2CMotorBoard_stopDCMotor_tooltip: "TODO", sensebox_motors_I2CMotorBoard_stopDCMotor_helpurl: "TODO", sensebox_motors_beginStepperMotor: "Initialize Stepper Motor (28BYJ-48)", sensebox_motors_beginStepperMotor_rpm: "Rotations per Minute:", sensebox_motors_beginStepperMotor_pins: "Input Pins (IN1-IN4):", sensebox_motors_beginStepperMotor_tooltip: "Connect four of the the digital pins in the right order to the inputs IN1-IN4 on the stepper motor board. Connect a GND pin (black wire) to the minus pin and a 5V pin (red wire) to the plus pin on the board. Also connect the stepper motor to this Board. Use this Block inside the setup()-function.", sensebox_motors_beginStepperMotor_helpurl: "TODO", sensebox_motors_moveStepperMotor: "Move Stepper Motor (28BYJ-48)", sensebox_motors_moveStepperMotor_step: "Steps:", sensebox_motors_moveStepperMotor_tooltip: "Move stepper motor. 2048 steps equal a full rotation.", sensebox_motors_moveStepperMotor_helpurl: "TODO", };