Library to control the KL25z Clock Module.

hello

kl25z_clock.h

Committer:
AlfredoER
Date:
2015-01-15
Revision:
3:99e9aaefc9f6
Parent:
2:95fce27229b0

File content as of revision 3:99e9aaefc9f6:

/* mbed Kl25Z Freedom Clock Mode Switching Library
 * Copyright (c) 2014 Alfredo Espinoza Rhoton
 */ 
  
#ifndef MBED_KL25_CLOCK_H 
#define MBED_KL25_CLOCK_H 

void switchFEItoPEE( void );

void switchPEEtoBLPI( void );
 
void switchBLPItoFEI( void );

#endif