KravitzLabDevices / FED3_library

GNU General Public License v3.0
6 stars 17 forks source link

Make new feeding function that ends when pellet is detected #44

Closed KravitzLab closed 2 years ago

KravitzLab commented 2 years ago

Current Feed() function monitors the pellet until it is taken. This means other code cannot execute from the high-level Arduino code while a pellet is in the well.

A solution is to create a new Feed() function Simple_Feed() that ends as soon as pellet is dropped so FED3 can do other things.

KravitzLab commented 2 years ago

Integrated into Issue 35