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 6786b46 commit e33fe93Copy full SHA for e33fe93
libraries/RotaryEncoder/examples/HwEncoderCallback/HwEncoderCallback.ino
@@ -22,7 +22,7 @@ void setup()
22
{
23
Serial.begin(115200);
24
Serial.println("Bluefruit52 HW Rotary Encoder Callback Example");
25
- Serial.println("-------------------------------------------\n");
+ Serial.println("----------------------------------------------\n");
26
27
// Initialize Encoder
28
RotaryEncoder.begin(PIN_A, PIN_B);
0 commit comments