Arduino and python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Arduino and python

Is the arduino code language a form of python and will knowing python help with arduino

13th Feb 2019, 11:50 PM
Elliot
2 Answers
+ 2
Arduino has its own unique programming language modeled after C++.
14th Feb 2019, 1:49 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
- 1
arduino_serial.py is a library and command line that allows you to communicate with an Arduino board without installing any additional Python modules. Python can be used to program an Arduino, by importing pyfirmata, which can interface the arduino with Python. Arduino IDE doesn't use C/C++ has quite simplified C/Java. Arduino is an open-source electronics platform based on easy-to-use hardware and software.
14th Feb 2019, 12:52 AM
peter
peter - avatar