Adding a Serial. println() method facilitates debugging #11123
Replies: 2 comments 1 reply
-
print("Temperature: ", temperature) ====> Serial. println("Temperature: ", temperature) ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you've already got /dev/ttyACM0 open in minicom, ampy won't be able to interact with the board since the serial port is in use. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
issue: scientifichackers/ampy#118

Beta Was this translation helpful? Give feedback.
All reactions