/************************** Copyright (c) ********************************** ** FUZHOU FUGUANG ELECTRONICS Co.,LTD. ** ¸£Öݸ£¹âµç×ÓÓÐÏÞ¹«Ë¾ ** http://www.fuguang.com ** **-------------- File Info ------------------------------------------------- ** File name: 74HC595_Driver.c ** Last modified Date: 2008-11-16 ** Last Version: 1.0 ** Descriptions: 74HC595 Drivers lib ** **-------------------------------------------------------------------------- ** Created by: mxpopstar ** Created date: 2008-11-16 ** Version: 1.0 ** Descriptions: The original version ** **-------------------------------------------------------------------------- ** Modified by: mxpopstar ** Modified date: 2008-11-20 ** Version: ** Descriptions: 74HC595 Drivers lib ** ***************************************************************************/ // #include #include "74HC595_Driver.h" #include "WorkingPage.h" //------------ ÅäÖÃHC595¶Ë¿Ú ----------------------------------------------- void InitIo_HC595(void) { HC595_OE_DDR |= (1<>8)); SpiWrite_HC595((unsigned char)data); HC595_STcp_1; HC595_STcp_0; HC595_OE_0; } //