Main – AAEON EMB-H61B User Manual

Page 67

Advertising
background image

I n d u s t r i a l M o t h e r b o a r d

E M B - H 6 1 B

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