Skip to content

Commit f6cda88

Browse files
committed
updating arduino code to use Servo.h
1 parent c91f540 commit f6cda88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RP2040_Prop-Maker_Feather_Examples/Arduino_Prop-Maker_Feather_Example/Arduino_Prop-Maker_Feather_Example.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
#include <Adafruit_NeoPixel.h>
66
#include <Adafruit_LIS3DH.h>
77
#include <Adafruit_Sensor.h>
8-
#include <107-Arduino-Servo-RP2040.h>
8+
#include <Servo.h>
99

1010
Adafruit_NeoPixel strip(60, PIN_EXTERNAL_NEOPIXELS, NEO_GRB + NEO_KHZ800);
1111

1212
Adafruit_LIS3DH lis = Adafruit_LIS3DH();
1313

14-
static _107_::Servo servo_0;
14+
Servo servo_0;
1515

1616
uint8_t x = 0;
1717

0 commit comments

Comments
 (0)