Skip to content

Commit

Permalink
readme: fix typo in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fargiolas committed Jun 6, 2022
1 parent 2a6b103 commit 6375f7a
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 @@ -39,7 +39,7 @@ spi.lsbfirst = False
dev = opc.detect(spi)

print(f'device information: {dev.info()}')
print(f'serial: {dev.serial()})
print(f'serial: {dev.serial()}')
print(f'firmware version: {dev.serial()}')

# power on fan and laser
Expand Down

0 comments on commit 6375f7a

Please sign in to comment.