Created
August 9, 2018 18:32
-
-
Save NimaBoscarino/145185a539b3bb0e3c4f54a81744e2ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <LittleRobotFriends.h> | |
void setup() | |
{ | |
lrf.setup(); | |
lrf.disableEventExpressions(); | |
lrf.setBoredomTimer(0); | |
} | |
void loop() | |
{ | |
lrf.loop(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment