From 8064bc93f75f5578efcc41c1d6f0b9c251658a75 Mon Sep 17 00:00:00 2001 From: Pradeeban Kathiravelu Date: Mon, 8 Aug 2022 17:04:56 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dd7297..ee62ba5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # The CONTROL-CORE Framework -[CONTROL-CORE](https://github.com/ControlCore-Project/) is a framework for closed-loop peripheral neuromodulation control systems. At its center is _concore_, a lightweight Python-based protocol to simulate neuromodulation control systems. This repository consists of the implementation of _concore_ protocol and sample (demo and neuromodulation control systems) studies. +[CONTROL-CORE](https://github.com/ControlCore-Project/) is a framework for closed-loop peripheral neuromodulation control systems. At its center is _concore_, a lightweight Python-based protocol to simulate neuromodulation control systems. This repository consists of the implementation of _concore_ protocol and sample (demo and neuromodulation control systems) studies. In addition to its standard Python implementation, _concore_ also supports developing studies in Matlab/Octave, Verilog, and C++. + The CONTROL-CORE framework consists of the below projects.