Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save NimaBoscarino/145185a539b3bb0e3c4f54a81744e2ae to your computer and use it in GitHub Desktop.
Save NimaBoscarino/145185a539b3bb0e3c4f54a81744e2ae to your computer and use it in GitHub Desktop.
#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