Main – AAEON AIS-E1-H61A User Manual

Page 86

Advertising
background image

A d v a n c e d S ys t e m

C o n t r o l l e r

A I S - E 1 - H 6 1 A

Appendix A Programming the Watchdog Timer

A-4

************************************************************************************
VOID

Main

(){

// Procedure : AaeonWDTConfig

// (byte)Timer : Time of WDT timer.(0x00~0xFF)

// (boolean)Unit : Select time unit(0: second, 1: minute).

AaeonWDTConfig();


// Procedure : AaeonWDTEnable
// This procudure will enable the WDT counting.

AaeonWDTEnable();

}
************************************************************************************

Advertising