Skip to content

Commit e323ce7

Browse files
Merge pull request #104 from pollen-robotics/CarolinePascal-patch-1
fix(baudrate): fixing invalid baudrate in README
2 parents ea5f53e + c86c103 commit e323ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ You first need to create a Controller object. For instance, to communicate with
127127
```python
128128
from rustypot import Sts3215PyController
129129

130-
c = Sts3215PyController(serial_port='/dev/ttyUSB0', baudrate=100000, timeout=0.1)
130+
c = Sts3215PyController(serial_port='/dev/ttyUSB0', baudrate=1_000_000, timeout=0.1)
131131
```
132132

133133

0 commit comments

Comments
 (0)