SP1 vers 3

Dependents:   SoufflerieSP1-vers2

pwm.h

Committer:
petit
Date:
2021-06-08
Revision:
0:63a2685bf4f0

File content as of revision 0:63a2685bf4f0:

#ifndef _pwm_h
#define _pwm_h
void InitPwmMot(void);
void SetPwmMot(unsigned char Pourcent);

#endif