10 lines
210 B
C
10 lines
210 B
C
#include "STC15F2K60S2.H"
|
|
#include "Led.h"
|
|
#include "Key.h"
|
|
#include "Seg.h"
|
|
#include "onewire.h"
|
|
#include "Init.h"
|
|
#include "INTRINS.H"
|
|
#include "string.h"
|
|
#define uint unsigned int
|
|
#define uchar unsigned char |