Library to control the KL25z Clock Module.

hello

kl25z_clock.h

Committer:
AlfredoER
Date:
2014-08-14
Revision:
0:218e465e76b6
Child:
1:1097467b4352

File content as of revision 0:218e465e76b6:

/* mebd 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 switchBLPItoPEE( void );

#endif