Skip to content

Commit 5f56dc4

Browse files
authored
Update README.md
1 parent 7358c4b commit 5f56dc4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -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+
13
# python-arduino
24

35
Testing Arduino with Python - This is a simple program that blinks an LED using Arduino with Python
46

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+
519
> Note:
620
> pyserial and pyfirmata works only on python version 3.10 and downgrade versions

0 commit comments

Comments
 (0)