⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 upsd_st85.h

📁 ST uPSD32XX I2C This example demo code is provided as is and has no warranty, implied or otherwise.
💻 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 set_hour(void);
void set_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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -