?? main.h
字號:
//ICC-AVR application builder : 2004-10-27 10:06:29
// Target : M16
// Crystal: 8.0000Mhz
#include <iom16v.h>
#include <macros.h>
#include "eeprom.h"
#include "stdio.h"
#include "string.h"
#include <math.h>
typedef unsigned char uint8;
typedef signed char int8;
typedef unsigned int uint16;
typedef signed int int16;
typedef unsigned long uint32;
typedef signed long int32;
#define sendEnable() (PORTB |= BIT(7))
#define receEnable() (PORTB &= ~BIT(7))
#define blinkLed() (PORTB ^= BIT(6))
//main.c
extern uint32 tickCount;
//function
//init.c
void varInit(void);
void port_init(void);
void init_devices(void);
#include "modbus16.h"
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -