Skip to content

Commit bcbc3c3

Browse files
committed
2 parents b26cf54 + 3fbd4d9 commit bcbc3c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/static/tutorials/electronics/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ <h3>Code</h3>
635635
<pre>
636636
// Read data from the serial port and set the position of a servomotor
637637
// according to the value
638-
#include <Servo.h>
638+
#include &lt;Servo.h&gt;
639639

640640
Servo myservo; // Create servo object to control a servo
641641
int servoPin = 3; // Connect yellow servo wire to digital I/O pin 3 (must be PWM)

contrib_generate/sources.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
[Library : Data]
4545
008 \ http://www.saint-clair.net/download/gml4u/GML4U.txt
46-
011 \ http://www.shiffman.net/p5/libraries/sftp/sftp.txt
46+
011 \ https://github.com/shiffman/SFTP-Processing/releases/download/latest/sftp.txt
4747
012 \ http://www.shiffman.net/p5/libraries/qrcode/qrcodeprocessing.txt
4848
040 \ http://r-s-g.org/carnivore/download/carnivore_p5lib.txt
4949
# 042 \ http://wyldco.com/romefeeder/download/romefeeder.txt

0 commit comments

Comments
 (0)