diff options
author | Siddharth11235 | 2019-09-03 18:09:16 +0530 |
---|---|---|
committer | Siddharth11235 | 2019-09-03 18:09:16 +0530 |
commit | b4b6aa36e3486a3544acc52419149b5671f841e9 (patch) | |
tree | 66c1783158f23e6d21c77324156fc57e18d4ac67 /Modelica-Arduino-MDD_Arduino_Revised/README.md | |
parent | f5266f634f4fb4fd39933a83551a01cf446256b8 (diff) | |
download | OpenModelica_HIL-master.tar.gz OpenModelica_HIL-master.tar.bz2 OpenModelica_HIL-master.zip |
Diffstat (limited to 'Modelica-Arduino-MDD_Arduino_Revised/README.md')
-rwxr-xr-x | Modelica-Arduino-MDD_Arduino_Revised/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Modelica-Arduino-MDD_Arduino_Revised/README.md b/Modelica-Arduino-MDD_Arduino_Revised/README.md new file mode 100755 index 0000000..00cd430 --- /dev/null +++ b/Modelica-Arduino-MDD_Arduino_Revised/README.md @@ -0,0 +1,24 @@ +# OpenModelica-Arduino +Free library for interfacing Arduino using Modelica and Modelica_DeviceDrivers models in Linux. +There is support for serial port. + +## Library description +The `OpenModelica-Arduino` library is an open source Modelica package. + +Main features: + * Support for Linux. + * (Soft) real-time synchronization of a simulation. + +Please note that the library is known to work with +* OpenModelica (partial support starting with OpenModelica v1.11.0, e.g.serial port). + +## Development and contribution +Main developers: +* [Souradip Pal](https://github.com/Souradip-sopho), contribution to the Linux specific code +* [Vanessa Singh](https://github.com/VanessaSingh), bug fixes. +* [Disha Agarwal](https://github.com/disha4u), various documentation. + +Contributions in shape of [Pull Requests] are always welcome. + +The following people have directly contributed to the implementation of the library (many more have contributed by providing feedback and suggestions): +* Manas Ranjan Das (project mentor), contribution in bug fixes,error removal etc. |