Skip to content

Commit f2d4c4f

Browse files
authored
Merge pull request #46 from aliphys/aliphys/removeInterrupt
[AEK-328] Remove interrupt statement in examples
2 parents 2d83df4 + 4b60968 commit f2d4c4f

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

examples/Nano/DCMotorTest/DCMotorTest.ino

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include <ArduinoMotorCarrier.h>
2-
#define INTERRUPT_PIN 6
32

43
//Variable to store the battery voltage
54
static int batteryVoltage;

examples/Nano/EncoderTest/EncoderTest.ino

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include <ArduinoMotorCarrier.h>
2-
#define INTERRUPT_PIN 6
32

43
//Variable to store the battery voltage
54
static int batteryVoltage;

examples/Nano/PID_Position_test/PID_Position_test.ino

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include <MKRMotorCarrier_PID_test.h>
22
//#include <MKRMotorCarrier.h>
3-
#define INTERRUPT_PIN 6
43

54
//Variable to store the battery voltage
65
static int batteryVoltage;

examples/Nano/ServoTest/ServoTest.ino

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#include <ArduinoMotorCarrier.h>
33
//#include <MKRMotorCarrier.h>
44
//#include <MKRMotorCarrier_REV2.h>
5-
#define INTERRUPT_PIN 6
65

76

87
void setup()

0 commit comments

Comments
 (0)