Skip to content

Commit a8b9751

Browse files
committed
Update README.md
1 parent 2863f23 commit a8b9751

File tree

1 file changed

+3
-4
lines changed
  • src/ethopy/interfaces/arduino_firmware

1 file changed

+3
-4
lines changed

src/ethopy/interfaces/arduino_firmware/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arduino Firmware for Ethopy
22

3-
This directory contains two Arduino firmware options for interfacing with behavioral experiment hardware. Both support lick detection, proximity sensing, and liquid reward delivery.
3+
This directory contains two Arduino firmware options for interfacing with behavioral experiment hardware.
44

55
## Choose Your Firmware
66

@@ -22,11 +22,11 @@ This directory contains two Arduino firmware options for interfacing with behavi
2222
- Sends real-time JSON messages to computer about sensor events
2323
- Receives commands from computer to control liquid dispensers
2424
- Digital pin outputs (same as Option 1) for immediate hardware responses
25-
- Advanced event detection and logging
25+
- Event detection and logging
2626

2727
**Use this if:**
2828
- You want to record all animal behavior data on your computer
29-
- You need to control liquid dispensers remotely from software
29+
- You need to control liquid dispensers
3030
- You want real-time monitoring and data logging
3131

3232
**Technical details:**
@@ -136,7 +136,6 @@ Works with Ethopy's `RPPorts.py` interface for Raspberry Pi:
136136
- **Capacitive lick detectors**: Connect to analog inputs A1, A2
137137
- **Optical break-beam sensors**: Use with voltage divider circuits
138138
- **Proximity sensors**: IR or capacitive types on A0
139-
- **Custom analog sensors**: 0-5V output range
140139

141140
## Testing & Troubleshooting
142141

0 commit comments

Comments
 (0)