Skip to content

Commit f950145

Browse files
committed
servo variables are now initialized to 90
1 parent 6bb7295 commit f950145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Arduino_Alvik.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ int Arduino_Alvik::begin(const bool verbose, const uint8_t core){
108108
black_cal[2] = BLACK_CAL[2];
109109
*/
110110

111-
servo_positions[0] = 0;
112-
servo_positions[1] = 0;
111+
servo_positions[0] = 90;
112+
servo_positions[1] = 90;
113113

114114
orientation[0] = 0.0;
115115
orientation[1] = 0.0;

0 commit comments

Comments
 (0)