We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738d7d3 commit eaaccf5Copy full SHA for eaaccf5
README.md
@@ -3,4 +3,4 @@ send and receive arbitrary bytes to and from serial for ECE391 tux controller te
3
4
valid formats are xnn for hex number, bnnnnnnnn for binary, separate with comma and no space.
5
6
-Eg to set 7 segment to display "Good" send xc6,x0f,b11100101,b01001101,b01001101,b01001111
+Eg to set 7 segment to display "Good" send xc6,x0f,b01001111,b01001101,b01001101,b11100101
0 commit comments