forked from pyControl/code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
21 lines (16 loc) · 821 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pyControl is a system of software and hardware for controlling behavioural experiments based around the Micropython microcontroller.
For more information please see the Docs: http://pycontrol.readthedocs.io/
Repository contents:
gui : Graphical user interface
com : Serial communication and data logging
config : Configuration files
data : Behavioural data
experiments : Experiment definition files
devices : Hardware device classes
pyControl : pyControl framework
tasks : User task definition files
hardware_defintions : User hardware definition files
tools : Tools for importing and visualising pycontrol data
pyControl_GUI.py : Python script to launch the GUI
Version: v1.8.1
---------------