Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messages on arduino #49

Open
IliaViazov opened this issue Aug 10, 2024 · 0 comments
Open

Error messages on arduino #49

IliaViazov opened this issue Aug 10, 2024 · 0 comments

Comments

@IliaViazov
Copy link

Hi! I'm working with Arduino Uno R4 Minima, and trying to work with your library, but example sketch gives me this error
Could you help me to solve it?

In file included from /private/var/folders/kp/43rw7t9j25lfy8lll8b_02k40000gn/T/.arduinoIDE-unsaved2024710-2693-1w3ngjc.jpgbf/CapacitiveSensorSketch/CapacitiveSensorSketch.ino:1:0:
/Users/ilia_viazov/Documents/Arduino/libraries/CapacitiveSensor/CapacitiveSensor.h:428:2: error: 'IO_REG_TYPE' does not name a type
IO_REG_TYPE sBit; // send pin's ports and bitmask
^~~~~~~~~~~
/Users/ilia_viazov/Documents/Arduino/libraries/CapacitiveSensor/CapacitiveSensor.h:429:11: error: 'IO_REG_TYPE' does not name a type
volatile IO_REG_TYPE *sReg;
^~~~~~~~~~~
/Users/ilia_viazov/Documents/Arduino/libraries/CapacitiveSensor/CapacitiveSensor.h:430:2: error: 'IO_REG_TYPE' does not name a type
IO_REG_TYPE rBit; // receive pin's ports and bitmask
^~~~~~~~~~~
/Users/ilia_viazov/Documents/Arduino/libraries/CapacitiveSensor/CapacitiveSensor.h:431:11: error: 'IO_REG_TYPE' does not name a type
volatile IO_REG_TYPE *rReg;
^~~~~~~~~~~

exit status 1

Compilation error: exit status 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant