File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firmware/Serial 7-Segment Display/Arduino_Examples/S7S_Example_Mode_Change Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ void setup() {
44
44
45
45
delay (10 );
46
46
Serial7Segment.write (MODE_CMD); // Change the mode of the display
47
- Serial7Segment.write (MODE_COUNTER); // Enter counter mode. Any pulse on SDI will go up. Any pulse on SDO will go down.
47
+ // Serial7Segment.write(MODE_COUNTER); //Enter counter mode. Any pulse on SDI will go up. Any pulse on SDO will go down.
48
48
// Serial7Segment.write(MODE_ANALOG); //Enter analog mode. Unit will display the analog voltages detected on A6/A7.
49
- // Serial7Segment.write(MODE_DATA); //Return to normal mode. You can also do a hardware reset to return to normal data mode.
49
+ Serial7Segment.write ((byte) MODE_DATA); // Return to normal mode. You can also do a hardware reset to return to normal data mode.
50
50
51
51
}
52
52
You can’t perform that action at this time.
0 commit comments