Skip to content

'PCMSK1' was not declared in this scope #18

Description

@mikecole20

I'm trying to get this running on an Arduino Micro, but I get an error when trying to Verify.

Arduino: 1.8.2 (Windows 10), Board: "Arduino/Genuino Micro"

Build options changed, rebuilding all
PCInterrupt.cpp:42: error: 'PCMSK1' was not declared in this scope

   &PCMSK1,

    ^

PCInterrupt.cpp:43: error: 'PCMSK2' was not declared in this scope

   &PCMSK2

    ^

exit status 1
'PCMSK1' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

However, if I set the board to another option (Uno for example), it verifies properly.

Screenshot

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions