diff --git a/docs/info.md b/docs/info.md index 00eeb05f..70e010b1 100644 --- a/docs/info.md +++ b/docs/info.md @@ -8,12 +8,13 @@ You can also include images in this folder and reference them in the markdown. E --> ## How it works + neuromorphic-inspired LFSR with "synaptic neurons" that simulate excitatory / inhibitory responses. Each bit in the LFSR acts like a neuron, where detected edges (transitions from 0 to 1 or 1 to 0) generate excitatory or inhibitory signals, similar to synaptic inputs in neural networks. These signals modify the LFSR’s feedback , leading to behavior that mimics how biological synapses manage signal flow by either enhancing or suppressing activity. The result is a random sequence influenced by synaptic-like interactions. ## How to test -Explain how to use your project +do something ## External hardware -List external hardware used in your project (e.g. PMOD, LED display, etc), if any +N/A