- Category:
- SCM
- Tags:
-
[C/C++]
[源码]
- File Size:
- 1kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- 秦凯
Description: # Include <reg52.h>// 52 series microcontroller header file# define uchar unsigned char# define uint unsigned int sfr WDT_CONTR = 0xe1 sbit led1 = P0 ^ 0 sbit leds = P1 ^ 4 // led so that it void delayms (and uint xms) {uint i , j for (i = xms i> 0 i-)// i = xms that delay of about of xms milliseconds for (j = 110 j> 0 j-) } void main ()
To Search:
File list (Check if you may need any files):
watchdog.c