add images
This commit is contained in:
parent
7d7084801a
commit
78838de420
4 changed files with 12 additions and 1 deletions
|
@ -7,7 +7,7 @@ fn main() {
|
|||
println!("Connecting to arduino on port {}...", port);
|
||||
let connection = serial::open(port);
|
||||
if connection.is_err() {
|
||||
println!("Connection failed {}", connection.err().unwrap());
|
||||
println!("Connection failed: {}", connection.err().unwrap());
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue