代码搜索:sht
找到约 593 项符合「sht」的源代码
代码结果 593
www.eeworm.com/read/331012/12855826
sht
www.eeworm.com/read/291376/8422431
c sht.c
//----------------------------------------------------------------------------------
//
// Sensirion SHTxx Humidity Sensor Library
//
// Library for using the SHT1x humidity and temperature
// se
www.eeworm.com/read/290721/8465762
sch sht.sch
www.eeworm.com/read/290721/8465770
brd sht.brd
www.eeworm.com/read/290721/8465776
ps sht.ps
%!PS-Adobe-3.0 EPSF-3.0
%%Title: EAGLE Drawing /home/ondre/eagle/SHT/sht.brd
%%Creator: EAGLE
%%Pages: 1
%%BoundingBox: 0 0 576 810
%%EndComments
% Coordinate transfer:
/EU { 254 div 0.072 mul } def
www.eeworm.com/read/356352/10230709
sht10
www.eeworm.com/read/160154/10563751
c sht.c
#include
#include
#include "main.h"
#include "SHT.h"
void SHT_init(void)
{
Setb_SHT_DATA;
Clr_SHT_SCL;
}
void Write8BitsData(uchar uData)
{
unsigned char i;
www.eeworm.com/read/160154/10563754
h sht.h
#define SHT_DATA_PIN 2
#define SHT_SCL_PIN 1
#define Setb_SHT_DATA PORTA |= BIT(SHT_DATA_PIN)
#define Clr_SHT_DATA PORTA &= ~BIT(SHT_DATA_PIN)
#define Setb_SHT_SCL PORTA |= BIT(SHT_SCL_PIN)
www.eeworm.com/read/350206/10759628
o sht.o
www.eeworm.com/read/350206/10759730
h sht.h
//----------------------------------------------------------------------------------
//
// Sensirion SHT1x Humidity Sensor Library
//
//------------------------------------------------------------