Closed dsyleixa closed 6 years ago
Yes, it's used to control the data that the Arduino receives. The pin 2 of the Arduino UNO.
thanks, where can that be defined and changed in the code? I have an Adafruit Feather M4 (and an Itsybitsy M0) and pin2 is not available or already taken.
It's a #define
statement in the .ino file:
I see, thank you very much!
as to the MPU6050 lib documentation: is the MPU6050 interrupt pin used or not? In case yes, to which Arduino pin must it be attached?