This website works better with JavaScript.
Home
Explore
Help
Sign In
sbrl
/
arduino
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
Add missing \r in I2C scanner
master
Starbeamrainbowlabs
3 years ago
parent
2fdcecc6c6
commit
2fbb235fbb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
I2cScanner/I2cScanner.ino
+ 1
- 1
I2cScanner/I2cScanner.ino
View File
@ -34,7 +34,7 @@ void setup()
Serial
.
begin
(
9600
)
;
while
(
!
Serial
)
;
// Leonardo: wait for serial monitor
Serial
.
println
(
"
\n
I2C Scanner
"
)
;
Serial
.
println
(
"
\
r
\
n
I2C Scanner
"
)
;
}
Write
Preview
Loading…
Cancel
Save