Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
KravitzLab authored Jan 25, 2021
1 parent 1b52ad7 commit eeb2800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/BetaPrograms/Dispenser/Dispenser.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ String sketch = "Dispenser"; //Unique identifier text
FED3 fed3 (sketch); //Start the FED3 object

void setup() {
fed3.DisplayPokes = false; //turn off pokes on screen
fed3.EnableSleep = false; //disable sleep for this program as the BNC port is not currently set up as an interrupt
fed3.DisplayPokes = false; //turn off poke indicators on screen
fed3.disableSleep(); //disable sleep for this program as the BNC port is not currently set up as an interrupt
fed3.begin(); //Setup the FED3 hardware
}

Expand Down

0 comments on commit eeb2800

Please sign in to comment.