74hc595.h
#ifndef _74HC585_H_
#define _74HC585_H_
#include<reg51.h>
#include<intrins.h>
#include<function.h>
#ifndef uchar
#define uchar unsigned char
#endif
#ifndef uint
#define uint unsigned int
#endif
#define NOP _nop_()
sbit MOSIO = P3^4;
sbit R_CLK = P3^5;
sbit S_CLK