Skip to content

Commit 6f8bb66

Browse files
Update comments for examples/Barcode/Barcode.ino
Co-authored-by: Sebastian Romero <s.romero@arduino.cc>
1 parent 9fdf67c commit 6f8bb66

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/Barcode/Barcode.ino

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
* This example shows how to use the Arduino Portenta C33 USBHIDHost library to read barcodes like the ones printed on common
33
* products packaging.
44
*
5-
* By connecting a handheld barcode reader to the USB-A port on the mid-carrier board of your Arduino Portenta C33,
6-
* you should immediately be able to read standard 13-digit bar codes on any ordinary commercial product packaging.
7-
* Please note that barcodes longer than 13 digits will result in the "Invalid character detected, resetting..." being printed.
5+
* By connecting a handheld barcode reader to the USB-A port on the mid-carrier board of your
6+
* Arduino Portenta C33, you should immediately be able to read standard 13-digit bar codes on
7+
* any ordinary commercial product packaging.
8+
* Please note that barcodes longer than 13 digits will result in "Invalid character detected, resetting..." messages being printed.
89
*
910
* Instructions:
1011
* 1. Connect your Arduino Portenta C33 to a mid-carrier board;

0 commit comments

Comments
 (0)