summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudhakarKuma2021-06-21 10:12:26 +0530
committerSudhakarKuma2021-06-21 10:12:26 +0530
commit399e5407117ff0c9b804d951d54b98bc4869fdcb (patch)
treeaedfd4c364f8d621dcc4b631cbb45b96976ef741
parentdd3a3f1ccb7c21f1c5ba71b6e557c5c00ca8b238 (diff)
downloadFLOSS-Arduino-Book-399e5407117ff0c9b804d951d54b98bc4869fdcb.tar.gz
FLOSS-Arduino-Book-399e5407117ff0c9b804d951d54b98bc4869fdcb.tar.bz2
FLOSS-Arduino-Book-399e5407117ff0c9b804d951d54b98bc4869fdcb.zip
Update README
-rw-r--r--README.md8
1 files 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).