In file included from G:\arduino\portable\sketchbook\libraries\Blinker\src/Blinker.h:21:0,
from G:\arduino\portable\sketchbook\libraries\Blinker\examples\Blinker_Ticker\Ticker_BLE\Ticker_BLE.ino:48:
G:\arduino\portable\sketchbook\libraries\Blinker\src/BlinkerSerialBLE.h: In member function 'void BlinkerSerialBLE::begin(uint8_t, uint8_t, uint32_t)':
G:\arduino\portable\sketchbook\libraries\Blinker\src/BlinkerSerialBLE.h:93:30: error: 'RX' was not declared in this scope
if (ss_rx_pin == RX && ss_tx_pin == TX) {
^
G:\arduino\portable\sketchbook\libraries\Blinker\src/BlinkerSerialBLE.h:93:49: error: 'TX' was not declared in this scope
if (ss_rx_pin == RX && ss_tx_pin == TX) {
^
G:\arduino\portable\sketchbook\libraries\Blinker\examples\Blinker_Ticker\Ticker_BLE\Ticker_BLE.ino: At global scope:
Ticker_BLE:53:1: error: 'BlinkerTicker' does not name a type
BlinkerTicker ticker;
^
G:\arduino\portable\sketchbook\libraries\Blinker\examples\Blinker_Ticker\Ticker_BLE\Ticker_BLE.ino: In function 'void setup()':
Ticker_BLE:88:5: error: 'ticker' was not declared in this scope
ticker.attach(30, ticker_callback);
^
G:\arduino\portable\sketchbook\libraries\Blinker\examples\Blinker_Ticker\Ticker_BLE\Ticker_BLE.ino: In function 'void loop()':
Ticker_BLE:95:5: error: 'ticker' was not declared in this scope