We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7358c4b commit 5f56dc4Copy full SHA for 5f56dc4
README.md
@@ -1,6 +1,20 @@
1
+<p align="center"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/python/python-original.svg" alt="python" width="40" height="40"/> <img src="https://cdn.worldvectorlogo.com/logos/arduino-1.svg" alt="arduino" width="40" height="40"/> </p>
2
+
3
# python-arduino
4
5
Testing Arduino with Python - This is a simple program that blinks an LED using Arduino with Python
6
7
+### Libraries used
8
9
+`pyserial`
10
11
+`pyfirmata`
12
13
+### Read documentations
14
15
+<a href="https://pyserial.readthedocs.io/en/latest/">pyserial</a>
16
17
+<a href="https://pypi.org/project/pyFirmata/">pyFirmata</a>
18
19
> Note:
20
> pyserial and pyfirmata works only on python version 3.10 and downgrade versions
0 commit comments