You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing any component by wire, in Arduino UNO, the port number doesn't match. In order to make it work, one needs to verify the mePort array, and the from/to table should be like this:
hardware port A0 -> PORT_8 in arduino software
hardware port A1 -> PORT_7 in arduino software
hardware port 13 -> PORT_3 in arduino software
hardware port 4 -> PORT_10 in arduino software
The text was updated successfully, but these errors were encountered:
When testing any component by wire, in Arduino UNO, the port number doesn't match. In order to make it work, one needs to verify the mePort array, and the from/to table should be like this:
The text was updated successfully, but these errors were encountered: