Skip to content

Commit

Permalink
all fingers in sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
reivaxy committed Mar 4, 2024
1 parent 20d28e1 commit 3156d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/rp2040/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void setup() {

void loop()
{
if(millis() - start > 300) {
if(millis() - start > 500) {
start = millis();
if (isClosed) {
hand->open(finger);
Expand Down

0 comments on commit 3156d3b

Please sign in to comment.