?? avr910protocol.h
字號:
/************************************************************************************************ * 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__ */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -