搜索:PROGMEM
找到约 2 项符合「PROGMEM」的查询结果
结果 2
按分类筛选
https://www.eeworm.com/dl/628/447876.html
编译器/解释器
GCC and the PROGMEM Attribute.pdf, 介绍 GCC 编译器
GCC and the PROGMEM Attribute.pdf, 介绍 GCC 编译器
https://www.eeworm.com/dl/509771.html
单片机编程
红外解码程序
/*
 * _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>
//unsigne ...