Mobil_surveillance_system 1
Init.c
Go to the documentation of this file.
00001 #include "Init.h"
00002 
00004 
00010 //*****************************************************************************
00011 //
00012 // Function definitions
00013 //
00014 //*****************************************************************************
00015 
00017 void __low_level_init(void)
00019 {
00020     // stop the watchdog timer 
00021     WDTCTL = WDTPW+WDTHOLD;
00022     // Set DCO to 16MHz
00023     BCSCTL1 = CALBC1_16MHZ;                    
00024     DCOCTL = CALDCO_16MHZ;
00025 }
00026 
 All Data Structures Files Functions Variables Typedefs Enumerations Defines