代码搜索结果
找到约 10,000 项符合
Display 的代码
display.bak
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: displa
display.c
#include "display.h"
//===================MAX7219的核心函数,接收单片机的数据=====================
void SEND(unsigned char add,unsigned char dat)//发送2个字节的子函数,第一个字节为地址,第二个字节为操作数
{
unsigned char ads,j,x;
display.h
#ifndef _display_H
#define _display_H
#include
//------max7219与M16的连接,可根据实际更改--------
#define MAX7219_OUT_DDR DDRB
#define MAX7219_OUT_PORT PORTB
#define MAX7219_LOAD_P
display.m
%DISPLAY Display dataset information
display.m
%DISPLAY Display mapping information