In XC8 AVR Compiler (MPLAB X IDE) I can use _delay_ms() function in #include <util/delay.h> for the ATtiny202.
I have started to work with 32bit MCU and I am trying to modify the sample program for ATSAMR34-XPRO in Atmel Studio 7. Is there a simmilar function which I can use for small delay e.g. 250ms or do I need to use internal timers of the ATSAMR34J18 MCU?
By the way how to display code row numbers in the Atmel Studio?