ANCS-Library icon indicating copy to clipboard operation
ANCS-Library copied to clipboard

Library to handle ANCS notifications with an AVR and Nordic's nrf8001

Results 13 ANCS-Library issues
Sort by recently updated
recently updated
newest added

sketch_dec05a.ino: In function 'void setup()': sketch_dec05a:13: error: 'ancs_notifications' was not declared in this scope sketch_dec05a:14: error: 'ancs_connected' was not declared in this scope sketch_dec05a:15: error: 'ancs_disconnected' was not declared in...

Hi, I'm trying to get this library to work with an Arduino Micro, an [Adafruit nRF8001 Breakout](https://www.adafruit.com/product/1697) and an [OLED 16x2 display](https://www.adafruit.com/products/823). I removed the code from the example that...

I have an compile error on a fresh checkout: /Arduino/libraries/avr_nrf_ancs_library/notif.cpp -o /var/folders/b4/3lk6k8j555bcg1dl08t56sn00000gn/T/build5927702850562884119.tmp/avr_nrf_ancs_library/notif.cpp.o /Arduino/libraries/avr_nrf_ancs_library/notif.cpp:53:23: error: setup_msgs causes a section type conflict with **c static hal_aci_data_t setup_msgs[NB_SETUP_MESSAGES] PROGMEM = SETUP_MESSAGES_CONTENT; ^ In...