From 399e5407117ff0c9b804d951d54b98bc4869fdcb Mon Sep 17 00:00:00 2001 From: SudhakarKuma Date: Mon, 21 Jun 2021 10:12:26 +0530 Subject: Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 08fee35..bf2d250 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ [Scilab](https://www.scilab.org/), [Xcos](https://www.scilab.org/software/xcos), [Python](https://www.python.org/), [Julia](https://julialang.org/), and [OpenModelica](https://www.openmodelica.org/) are powerful and free. However, there has not been much literature that teaches how to use them to program the versatile [Arduino Uno](https://www.arduino.cc/en/Guide/ArduinoUno). To address this gap, we have written this series of books. We have provided code written in all of these open-source software. The reader is recommended to go through the book that covers a particular software. For the sake of convenience, we call each of the tools (**Scilab**, **Xcos**, **Python**, **Julia**, and **OpenModelica**) as **FLOSS** in these books. To know more about **FLOSS**, one may want to visit [FOSSEE](https://fossee.in/).  The books are as given below: -* [Microcontroller programming with Arduino, Scilab, and Xcos](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/Microcontroller-programming-with-Arduino-Scilab-and-Xcos.pdf) -* [Microcontroller programming with Arduino and Julia](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/Microcontroller-programming-with-Arduino-and-Julia.pdf) -* [Microcontroller programming with Arduino and OpenModelica](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/Microcontroller-programming-with-Arduino-and-OpenModelica.pdf) -* [Microcontroller programming with Arduino and Python](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/Microcontroller-programming-with-Arduino-and-Python.pdf) +* [Microcontroller programming with Arduino, Scilab, and Xcos](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/scilab.pdf) +* [Microcontroller programming with Arduino and Julia](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/julia.pdf) +* [Microcontroller programming with Arduino and OpenModelica](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/OpenModelica.pdf) +* [Microcontroller programming with Arduino and Python](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/python.pdf) The consolidated book (which covers all the four FLOSSs mentioned above) is available at [FLOSS-Arduino](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/floss-arduino.pdf), and the code mentioned in the book are available at [Origin](https://github.com/FOSSEE/FLOSS-Arduino-Book/tree/master/Origin). -- cgit