From 0221942fc46fc544e454e09458406d83bdc929f6 Mon Sep 17 00:00:00 2001 From: Toby Nguyen Date: Fri, 11 Oct 2024 19:02:07 -0500 Subject: [PATCH] lol --- .../_guide-primaries/sensors-and-actuators/actuators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_sections/_guide-primaries/sensors-and-actuators/actuators.md b/docs/_sections/_guide-primaries/sensors-and-actuators/actuators.md index ce759cb5..01a04520 100644 --- a/docs/_sections/_guide-primaries/sensors-and-actuators/actuators.md +++ b/docs/_sections/_guide-primaries/sensors-and-actuators/actuators.md @@ -146,4 +146,4 @@ void loop() { } ``` -Simply input a different value in the ```write()``` function to change how the servo behaves! See [this official Arduino guide for more info](https://www.arduino.cc/reference/en/libraries/servo/write/) \ No newline at end of file +Simply input a different value in the ```write()``` function to change how the servo behaves! \ No newline at end of file