mirror of
https://github.com/LinoSchmidt/RoboterArm.git
synced 2026-03-21 02:31:16 +01:00
Config
This commit is contained in:
@@ -18,8 +18,8 @@
|
|||||||
#define HandOffPosition 180
|
#define HandOffPosition 180
|
||||||
|
|
||||||
#define InvertDrehung false
|
#define InvertDrehung false
|
||||||
#define InvertArm true
|
#define InvertArm false
|
||||||
#define InvertOberarm false
|
#define InvertOberarm true
|
||||||
#define InvertHand false
|
#define InvertHand false
|
||||||
|
|
||||||
#define Drehung_Start 135
|
#define Drehung_Start 135
|
||||||
@@ -37,11 +37,11 @@
|
|||||||
#define joystick_LY_MinSpeed 1
|
#define joystick_LY_MinSpeed 1
|
||||||
|
|
||||||
#define joystick_RX_Pin 2
|
#define joystick_RX_Pin 2
|
||||||
#define joystick_RX_MaxSpeed 10
|
#define joystick_RX_MaxSpeed 5
|
||||||
#define joystick_RX_MinSpeed 1
|
#define joystick_RX_MinSpeed 1
|
||||||
|
|
||||||
#define joystick_RY_Pin 3
|
#define joystick_RY_Pin 3
|
||||||
#define joystick_RY_MaxSpeed 5
|
#define joystick_RY_MaxSpeed 3
|
||||||
#define joystick_RY_MinSpeed 1
|
#define joystick_RY_MinSpeed 1
|
||||||
|
|
||||||
#define joystick_button_Pin 8
|
#define joystick_button_Pin 8
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ int offtime = 0;
|
|||||||
bool detached = true;
|
bool detached = true;
|
||||||
int eeprom = 0;
|
int eeprom = 0;
|
||||||
|
|
||||||
|
|
||||||
void calibrateMiddle(){
|
void calibrateMiddle(){
|
||||||
Serial.print("Get Middle Positions: ");
|
Serial.print("Get Middle Positions: ");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user