代码搜索:PSB
找到约 306 项符合「PSB」的源代码
代码结果 306
www.eeworm.com/read/147258/12570952
c sb.c
//--------------------------------------------------------------------------
// Ip Stack
//--------------------------------------------------------------------------
// SB.C
//
// Socket Buffer
www.eeworm.com/read/374677/9389548
txt tg12864e接口说明.txt
1 VSS
2 VDD
3 VO
4 RS(CS)
5 R/W(SID)
6 E(SCLK)
7--14 DB0--DB7
15 PSB
16 NC
17 /RST
18 NC
19 LEDK-
20 LEDA+
www.eeworm.com/read/362576/9990503
h jhd12864.h
/***********************************************************************
JHD529M1 12864液晶控制
基于ST7920控制器
接线:1:VSS 接地
2: VDD 5V
3: 不接
4:并行 DI 串行 CS
5:并行 RW 串行 SID数据端
www.eeworm.com/read/340706/12138668
cpp game.cpp
// Game.cpp: implementation of the CGame class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Game.h"
#include "SmallBox.h"
#include "
www.eeworm.com/read/186068/8963033
cpp pointer_swap.cpp
#include
template
void pointer_swap(type *psa, type *psb)
{
type temp = *psa;
*psa = *psb;
*psb = temp;
}
void test()
{
float a = 1, b = 388;
float *i = &a,
www.eeworm.com/read/276140/10760895
cpp ex06adlg.cpp
// ex06adlgcpp : implementation file
//
#include "stdafx.h"
#include "ex06a.h"
#include "ex06adlg.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/224643/14578308
cpp ex06adlg.cpp
// ex06adlgcpp : implementation file
//
#include "stdafx.h"
#include "ex06a.h"
#include "ex06adlg.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/120975/14779734
cpp ex06adlg.cpp
// ex06adlgcpp : implementation file
//
#include "stdafx.h"
#include "ex06a.h"
#include "ex06adlg.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/390863/8436516
h lcd12864.h
#ifndef __LCD12864_H__
#define __LCD12864_H__
#include "Custom.h"
#define RS P1_0 //H: Data L: Instruction Code
#define RW P1_1 //H: Read L: Write
#define EN P1_2 //高电平有效
#define PS
www.eeworm.com/read/455426/7372441
txt 制作心得(必看)杜洋老师留了一手啊.txt
通过几天制作调试,把遇到的问题总结如下:
1.夜晶15脚<mark>psb</mark>接地(很重要)。
2.ds1302的5'6'7脚接10K上拉电阻。
3.显示屏接口处4脚VS与5V接一0.1u电容,1和2脚接一47UF电容。(消除乱码)
4.按2.4.1三按键格式化后屏幕定住不动后重启一下即可。(一定要装电池)
5.正常走时时,P2.7脚的LED是一闪一闪的,如不闪或常亮长灭,则程序.或 ...