📄 lv8.c.bak_smart_update
字号:
/** ###################################################################
** Filename : lv8.C
** Project : lv8
** Processor : MC68HC908LV8CFA
** Version : Driver 01.15
** Compiler : CodeWarrior HC08 C Compiler
** Date/Time : 2006-8-17, 16:04
** Abstract :
** Main module.
** Here is to be placed user's code.
** Settings :
** Contents :
** No public methods
**
** (c) Copyright UNIS, spol. s r.o. 1997-2006
** UNIS, spol. s r.o.
** Jundrovska 33
** 624 00 Brno
** Czech Republic
** http : www.processorexpert.com
** mail : info@processorexpert.com
** ###################################################################*/
/* MODULE lv8 */
/* Including used modules for compiling procedure */
#include "Cpu.h"
#include "LCD1.h"
/* Include shared modules, which are used for whole project */
#include "PE_Types.h"
#include "PE_Error.h"
#include "PE_Const.h"
#include "IO_Map.h"
void main(void)
{
/* Write your local variable definition here */
/*** Processor Expert internal initialization. DON'T REMOVE THIS CODE!!! ***/
PE_low_level_init();
/*** End of Processor Expert internal initialization. ***/
/* Write your code here */
/* For example: for(;;) { } */
/*** Don't write any code pass this line, or it will be deleted during code generation. ***/
/*** Processor Expert end of main routine. DON'T MODIFY THIS CODE!!! ***/
for(;;){
LDAT1=0XFF;
LDAT2=0XFF;
LDAT3=0XFF;
LDAT4=0X88;
LDAT5=0X45;
LDAT6=0X56;
LDAT7=0X77;
LDAT8=0X55;
LDAT9=0X22;
LDAT10=0XFF;
LDAT11=0XFF;
LDAT12=0XFF;
LDAT13=0XFF;
}
/*** Processor Expert end of main routine. DON'T WRITE CODE BELOW!!! ***/
} /*** End of main routine. DO NOT MODIFY THIS TEXT!!! ***/
/* END lv8 */
/*
** ###################################################################
**
** This file was created by UNIS Processor Expert 2.98 [03.80]
** for the Freescale HC08 series of microcontrollers.
**
** ###################################################################
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -