You are on page 1of 2

/** ###################################################################

**
Filename : DDW95_1_10886431_Ingpenate_t9_1_2011_10_18.C
**
Project : DDW95_1_10886431_Ingpenate_t9_1_2011_10_18
**
Processor : MC9S08SE8CRL
**
Version : Driver 01.11
**
Compiler : CodeWarrior HCS08 C Compiler
**
Date/Time : 20/10/2011, 18:10
**
Abstract :
**
Main module.
**
This module contains user's application code.
**
Settings :
**
Contents :
**
No public methods
**
** ###################################################################*/
/* MODULE DDW95_1_10886431_Ingpenate_t9_1_2011_10_18 */
/* Including needed modules to compile this module/procedure */
#include "Cpu.h"
#include "Events.h"
#include "Bit1.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"
/* User includes (#include below this line is not maintained by Processor Expert
) */
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(;;) { } */
for(;;) {
Cpu_Delay100US(2500);
Bit1_NegVal();
Cpu_Delay100US(2500);
Bit1_NegVal();
}

/*** Don't write any code


neration. ***/
/*** Processor Expert end
for(;;){}
/*** Processor Expert end
} /*** End of main routine.

pass this line, or it will be deleted during code ge


of main routine. DON'T MODIFY THIS CODE!!! ***/
of main routine. DON'T WRITE CODE BELOW!!! ***/
DO NOT MODIFY THIS TEXT!!! ***/

/* END DDW95_1_10886431_Ingpenate_t9_1_2011_10_18 */
/*
** ###################################################################
**
**
This file was created by Processor Expert 3.07 [04.34]
**
for the Freescale HCS08 series of microcontrollers.
**
** ###################################################################
*/
/** ###################################################################
**
Filename : Events.C
**
Project : DDW95_1_10886431_Ingpenate_t9_1_2011_10_18
**
Processor : MC9S08SE8CRL
**
Component : Events
**
Version : Driver 01.02
**
Compiler : CodeWarrior HCS08 C Compiler
**
Date/Time : 20/10/2011, 18:10
**
Abstract :
**
This is user's event module.
**
Put your event handler code here.
**
Settings :
**
Contents :
**
No public methods
**
** ###################################################################*/
/* MODULE Events */
#include "Cpu.h"
#include "Events.h"
/* User includes (#include below this line is not maintained by Processor Expert
) */
/* END Events */
/*
** ###################################################################
**
**
This file was created by Processor Expert 3.07 [04.34]
**
for the Freescale HCS08 series of microcontrollers.
**
** ###################################################################
*/

You might also like