Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
improve pulse command
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Jun 3, 2017
1 parent 83f2d2d commit fb6b42f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ public void run(SenseHat senseHat) throws IOException {
useGreen ? factor : 0d,
useBlue ? factor : 0d
));

try {
Thread.sleep(5);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
}
}

0 comments on commit fb6b42f

Please sign in to comment.