inincs / pyNCS

pyNCS is a python library that allows easy access to Neuromorphic Chips and Systems (NCS),
http://inincs.github.com/pyNCS/
GNU General Public License v2.0
16 stars 10 forks source link

Basic implementation of the API #18

Closed eneftci closed 11 years ago

eneftci commented 11 years ago

After discussion with Fabio, we thought of implementing a basic function that uses the API (for release version 1.0) For example a python module that reads and writes to a FIFO. Later, we can extend this to a virtual chip simulated for example in Brian.

eneftci commented 11 years ago

The BrianAPI is implemented