?? upsd_st85.h
字號:
/*----------------------------------------------------------------------------
Title: upsd_st85.h
Date: October 7, 2002
Author: Alec Bath
Description:
Function prototypes for upsd_st85.c M41ST85 Timekeeper Routines
Copyright 2002 ST Microelectronics
----------------------------------------------------------------------------*/
#ifndef _UPSD_ST85_H_
#define _UPSD_ST85_H_
void uPSD_st85_write (void);
void uPSD_i2c_st85_read_clock(void);
void Increment_hour(void);
void Increment_minutes(void);
unsigned char Conv_Int_to_BCD(int integ);
int Conv_BCD_to_Int(unsigned char BCD);
//void read_switch (void);
void uPSD_read_clock_init (void);
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -