SP1 vers 3

Dependents:   SoufflerieSP1-vers2

Committer:
petit
Date:
Tue Jun 08 10:37:05 2021 +0000
Revision:
0:63a2685bf4f0
SP1-3

Who changed what in which revision?

UserRevisionLine numberNew contents of line
petit 0:63a2685bf4f0 1 #ifndef _pwm_h
petit 0:63a2685bf4f0 2 #define _pwm_h
petit 0:63a2685bf4f0 3 void InitPwmMot(void);
petit 0:63a2685bf4f0 4 void SetPwmMot(unsigned char Pourcent);
petit 0:63a2685bf4f0 5
petit 0:63a2685bf4f0 6 #endif