Skip to content

Commit

Permalink
Added analog output module
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocopeto committed May 23, 2018
1 parent 87c3183 commit c39cdc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pybpodapi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
PYBPOD_API_LOG_FILE = 'pybpod-api.log'

PYBPOD_API_MODULES = [
'pybpod_rotaryencoder_module'
'pybpod_rotaryencoder_module',
'pybpod_analogoutput_module'
]

# stream the session file to the stdin (terminal)
Expand Down

0 comments on commit c39cdc4

Please sign in to comment.