**my cord is there **
from pyfirmata import Arduino
import pyfirmata
import time
import pyfirmata, pyfirmata.util
from pyfirmata import Arduino, util
port="COM3"
board=Arduino(port)
pin=board.get_pin("a:1:i")
iterator = pyfirmata.util.Iterator(board)
iterator.start()
while True :
analog=pin.read()
print(analog)
time.sleep(0.5)
Your other topic on the same subject has been deleted. Please do not multi post as it wastes everyone's time
It is not clear whether you are seeking help with Python or Arduino
my problem output is "none"
pyfirmata is python libery
What code is running on the Arduino ?
Please post it here, using code tags when you do
system
Closed
6
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.