代码搜索结果
找到约 10,000 项符合
J 的代码
j.aws
AtmanAvr Workspace File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-----------------------------------------------------------------
WORKSPACENAME=j
PROJECTCOUN
j.hex
:100000000C942A000C9445000C9445000C94450077
:100010000C9445000C9445000C9445000C9445004C
:100020000C9445000C9445000C9445000C9445003C
:100030000C9445000C9445000C9445000C9445002C
:100040000C9445000C9
j.eep
:00000001FF
j.c
/* M16驱动LCM128645,液晶芯片ST7920
2005.4.10 于桂林
*/
#include "j.h"
#include
#define light_on cbi(PORTB, 2);
#define light_off sbi(PORTB, 2);
void clear_all(void);
// 显示用指针变量
char *
j.h
//j.h : header file for the j project
//
#ifndef _J_H_
#define _J_H_
#ifndef __AVR_ATmega16__
#define __AVR_ATmega16__
#endif
#define __MCU_CLOCK_FREQUENCY__ _8.0000_MHz
#include