File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
libraries/Bluefruit52Lib/examples/Peripheral/ancs_oled Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
3535Adafruit_SSD1306 oled (OLED_RESET);
You can’t perform that action at this time.
0 commit comments