Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
emeric-martineau committed Dec 4, 2023
1 parent 7f56a86 commit a2d3841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Then, you need call `read()` method:
let mut jsy_my_194 = jsy_my_194::new(my_uart_impl, my_delay_impl);
let _ = jsy_my_194.read();

print!("First channel power: {}", jsy_my_194.power_1());
print!("First channel power: {}", jsy_my_194.channel1.power());
```

That's all!
Expand Down

0 comments on commit a2d3841

Please sign in to comment.