Dependencies:   mbed

Committer:
hugozijlmans
Date:
Thu Dec 02 12:32:18 2010 +0000
Revision:
1:2c52307d223f
Added RIT & Timer0 interrupt routines

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hugozijlmans 1:2c52307d223f 1 #ifndef __MCPWM_h
hugozijlmans 1:2c52307d223f 2 #define __MCPWM_h
hugozijlmans 1:2c52307d223f 3
hugozijlmans 1:2c52307d223f 4 extern void MCPWM_init(void);
hugozijlmans 1:2c52307d223f 5
hugozijlmans 1:2c52307d223f 6 #endif