Skip to content

Pins allowed #53

Answered by flowmeter
flowmeter asked this question in Q&A
Mar 2, 2022 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

i reversed back to normal attach interrup pins 2 and 3 and all 4 pins work.

`void setup() {
//interrup calls

attachInterrupt(digitalPinToInterrupt(2), digitalInterruptCAS1, FALLING);
attachInterrupt(digitalPinToInterrupt(3), digitalInterruptCAS2, FALLING);
attachPinChangeInterrupt(digitalPinToPinChangeInterrupt(CAS3), digitalInterruptCAS3, FALLING);
attachPinChangeInterrupt(digitalPinToPinChangeInterrupt(CAS4), digitalInterruptCAS4, FALLING); `

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@flowmeter
Comment options

Comment options

You must be logged in to vote
5 replies
@NicoHood
Comment options

@flowmeter
Comment options

@NicoHood
Comment options

@NicoHood
Comment options

@flowmeter
Comment options

Answer selected by flowmeter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants