2 Antworten
+ 3
you CANNOT use python in the arduino IDE.
You can send/read serial data to/from an arduino using pyserial library functions in your python script.
But you will still need to program your arduino in C++ (Arduino IDE) to define how it handles serial communication.
0
yes