avr910protocol.h

来自「可用来自做的AVR-USB-ISP的源码,内符电路图,用AVR M8来模拟USB」· C头文件 代码 · 共 26 行

H
26
字号
/************************************************************************************************ * Project: USB AVR-ISP * Author: Christian Ulrich
 * Contact: christian at ullihome dot de
 * * Creation Date: 2007-03-22 * Copyright: (c) 2007 by Christian Ulrich * License: GPLv2 ***********************************************************************************************/
#ifndef __avr910protocol_h_included__#define __avr910protocol_h_included__
#include <stdint.h>
#define PGM_STATUS_PROGRAMMING 1
#define PGM_STATUS_IDLE        2    
extern uint8_t    	AVR910_Status;

void (*PGM_statuschanged)(uint8_t); void AVR910_byterecived(uint8_t data);
void AVR910_init();

#endif /* __stk500protocol_h_included__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?