I am not a experienced programmer. I am trying to get ticker.ino, from the library "TICKER", to run on my ARDUINO NANO BLE33. But receiving errors during comilation:
.. error: 'Ticker' does not name a type
Ticker timer1(printMessage, 0, 1);
The background is, I am trying to generate a very precise digital waveform output, with sample times less than 100µs.
Your Arduino Nano BLE33 uses the MBED OS so this library is not designed for that board. If you look at the documentation on github, it states that MBED boards should use the TickTwo library instead.