An open API service indexing awesome lists of open source software.

https://github.com/buzz/gstimbox

Python module that provides access to the g.STIMbox device.
https://github.com/buzz/gstimbox

Last synced: 9 months ago
JSON representation

Python module that provides access to the g.STIMbox device.

Awesome Lists containing this project

README

          

## Overview

gstimbox is a small Python module wrapping a proprietary Windows DLL
that controls the g-STIMbox device. It uses [ctypes] to perform DLL
function calls.

## Instructions

1. Refer to g-STIMbox manual and install device and drivers
2. Make sure device works using gSTIMboxDemo1.exe
3. Make sure gSTIMbox.dll is in Windows search path
4. Run example.py

[ctypes]: http://python.net/crew/theller/ctypes/