Skip to content

Commit 4fe86ea

Browse files
committed
clean up
1 parent 1823fc4 commit 4fe86ea

File tree

1 file changed

+6
-6
lines changed
  • libraries/Bluefruit52Lib/examples/Peripheral/ancs_oled

1 file changed

+6
-6
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/ancs_oled/ancs_oled.ino

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
* Wing to display incoming ANCS alerts:
1818
* https://www.adafruit.com/product/2900
1919
*
20-
* BUTTON A: UP
21-
* BUTTON B: DOWN
22-
* BUTTON C: Accept incoming call
20+
* BUTTON A: Up or accept call
21+
* BUTTON B: Not used since it is hard to press
22+
* BUTTON C: Down or decline call
2323
*/
2424
#include <Wire.h>
2525
#include <Adafruit_GFX.h>
2626
#include <Adafruit_SSD1306.h>
2727
#include <bluefruit.h>
2828

2929
/*------------- OLED and Buttons -------------*/
30-
#define BUTTON_A 31 // Up or accept call
31-
#define BUTTON_B 30 // Not used since it is hard to press
32-
#define BUTTON_C 27 // Down or decline call
30+
#define BUTTON_A 31
31+
#define BUTTON_B 30
32+
#define BUTTON_C 27
3333

3434
#define OLED_RESET 4
3535
Adafruit_SSD1306 oled(OLED_RESET);

0 commit comments

Comments
 (0)