You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firmware/Serial 7-Segment Display/Arduino_Examples/S7S_Example_Serial_SoftwareReset/S7S_Example_Serial_SoftwareReset.ino
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
Did you set your Serial7Segment display to a baud rate you don't know? This example sketch
11
11
should get you fixed up! This example code sends the factory reset command at 12 different baud rates.
12
12
13
+
For more information see: http://github.com/sparkfun/Serial7SegmentDisplay/wiki/Special-Commands#wiki-reset
14
+
13
15
To get this code to work, attached an Serial7Segment to an Arduino Uno using the following pins:
14
16
Pin 8 on Uno to RX on Serial7Segment
15
17
VIN to PWR
@@ -29,22 +31,19 @@ void setup()
29
31
Serial.println("Attempting to reset display to 9600bps...");
30
32
31
33
//Step through each available serial baud rate and send the factory reset command
32
-
int baudRates[12] = {2400, 4800, 9600, 14400, 19200, 38400,
0 commit comments