Quick couple of questions on this.
On Mega Rev3 board, pins ADC[8..15] (PCINT[16..23]), would like to configure them to read status of equipment (put to 5) error TTL signals. Can these pins be programmed to do that?
thanks
Quick couple of questions on this.
On Mega Rev3 board, pins ADC[8..15] (PCINT[16..23]), would like to configure them to read status of equipment (put to 5) error TTL signals. Can these pins be programmed to do that?
thanks
kris123berkeley:
Quick couple of questions on this.On Mega Rev3 board, pins ADC[8..15] (PCINT[16..23]), would like to configure them to read status of equipment (put to 5) error TTL signals. Can these pins be programmed to do that?
thanks
Did you try; they are digital IO pins as well as analog input pins.
How does your question relate to the difference between INT and PCINT?
TOPIC SPLIT
DO NOT HIJACK / NECRO POST !
Could you take a few moments to Learn How To Use The Forum.
Other general help and troubleshooting advice can be found here.
It will help you get the best out of the forum in the future.
Yes.
Lookup: pinMode() and digitalRead() functions.
Have a common ground between the mega and the device you are connecting to.
6v6gt:
Yes.
Lookup: pinMode() and digitalRead() functions.
Have a common ground between the mega and the device you are connecting to.
The OP doesn't give much details about the "equipment" status that needs to be monitored.
I generally go for opto-isolation between arduino and other equipment in most cases.