代码搜索结果
找到约 10,000 项符合
C 的代码
stepmot.hex
:0300000002016496
:0C016400787FE4F6D8FD758109020003E5
:04013000AF03AE0269
:100134007C007D64120097C3E49FFFE49E43892002
:0E014400F58DEFF58BD28E308FFDC28FC28EFF
:01015200228A
:1000FE00AC06AD077E307
a01577.md5
fc417874c67739280ac8081c89aa9a95
a02024.md5
11786edc927c25efb974c6e6a9de884c
a01781.md5
10c5392c52db273adc671d057ac5db7f
i2c.c
/*
Copyright (C) 2000 Jesper Hansen .
This file is part of the yampp system.
This program is free software; you can redistribute it and/or
modify it under the term
i2c.h
#ifndef i2c_h
#define i2c_h
bit I2C_Clock(void);
bit I2C_Send(unsigned char);
void write_i2c(unsigned char,unsigned char);
void I2C_Init(void);
void I2C_Start(void);
v
pcf8563.txt
unsigned char pcf8563_init(void);
unsigned char pcf8563_receive(unsigned char pcf8563_address);
void pcf8563_set_alarm(void);
void pcf8563_set_clockout(void);
void pcf8563_settime(void);
unsi
i2c.h
void I2C_Init(U32 FI2C);
void I2C_WriteU8(U32 Address, U8 Data);
U8 I2C_ReadU8(U32 Address);
void I2C_WriteS8(U32 Address, S8 Data);
S8 I2C_ReadS8(U32 Address);
void I2C_WriteU16(U32 Address, U16
open_i2c.c
#include
#include "system.h"
#include "Open_I2C.h"
//-------------------------------------------------------------------------
unsigned int I2C_Read_Period()
{
unsigned char low,high;
termios.h
struct termios {
tcflag_t c_iflag; /* input modes */
tcflag_t c_oflag; /* output modes */
tcflag_t c_cflag; /* control modes */
tcflag_t c_lflag; /* line discipline modes */
char c_line; /