Skip to content

Commit 71a0031

Browse files
Simon MonkSimon Monk
authored andcommitted
fixed inconsistency with priont book code
1 parent 9837f26 commit 71a0031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sketch_03_09/sketch_03_09.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// sketch 03-09
22
int ledPin = 13;
3-
int delayPeriod = 250;
3+
int delayPeriod = 100;
44
int count = 0;
55

66
void setup()

0 commit comments

Comments
 (0)