搜索结果
找到约 2 项符合
PROGMEM 的查询结果
按分类筛选
编译器/解释器 GCC and the PROGMEM Attribute.pdf, 介绍 GCC 编译器
GCC and the PROGMEM Attribute.pdf, 介绍 GCC 编译器
单片机编程 红外解码程序
/*
 * _168ZHONGDUAN2.c
 *
 * Created: 2014/11/2 15:12:45
 *  Author: lenovo
 */ 
#include <avr/io.h>
#include <avr/iom168pa.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <avr/eeprom.h>
//#include <util/delay_basic.h>
//unsigned char const SEGtabl ...