ArduinoNeuronLibrary icon indicating copy to clipboard operation
ArduinoNeuronLibrary copied to clipboard

Input internally

Open quintendewilde opened this issue 10 years ago • 2 comments

Hey,

I would like to have that I have two neurons that IF leaks to the outputs, but based on a time 'feed' internally.

ex. every 2000ms it give neuron 1 a potential energy whereas the neuron 1 threshold parameter decides if it leaks. The same for neuron 2 but with another time 'stamp'.

Hope you can help me !

quintendewilde avatar May 10 '15 21:05 quintendewilde

Hi, this sounds fairly simple to do. It sounds like you just want a counter in the main loop that increments each time the loop is executed? The only thing I'm unclear about is what you mean when you say:

the neuron 1 threshold parameter decides if it leaks.

gunthercox avatar May 13 '15 10:05 gunthercox

so for a neuron to reach it's threshold potential (electrical neurons for example) it gets a certain amount of energy. I want to give a neuron in the arduino the 'energy' and a parameter that decides when the threshold is reached to fire it's energy to the arduino pin that's an output.

quintendewilde avatar May 14 '15 15:05 quintendewilde