SAMD51: repeating alarm

Hi, the lowest value for enableAlarm() is MATCH_SS, which is “minute”.What I need is a repeating alarm every second, or every 10 seconds. Is it possible?

@Nathvin Gosh this seems a bit old. I would think you should get a match every 1second as the fastest. Though I’m working through examples as well to see how this works.

@neilh20 I‘m now using millisdelay, that‘s working fine!