Eric Petit / PWM

Dependents:   SoufflerieSP1-vers2

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers pwm.h Source File

pwm.h

00001 #ifndef _pwm_h
00002 #define _pwm_h
00003 void InitPwmMot(void);
00004 void SetPwmMot(unsigned char Pourcent);
00005 
00006 #endif