arduino / ArduinoCore-primo

Arduino core for nrf52 cpu
38 stars 35 forks source link

Use arduino primo with WDT #60

Closed ttn115 closed 5 years ago

ttn115 commented 6 years ago

Hi,

I'm develope some sensor with arduino primo, which use nrf52832 as a primary mcu. I want to use the WDT function like..

include

wdt_enable(timeout)
wdt_disable(); //close wdt_reset();

how can i use it?