help
/
Info_2_TD
Diff: Partie_6/Prequel.cpp
- Revision:
- 0:4651c5d6ca1e
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Partie_6/Prequel.cpp Thu Jun 25 16:30:18 2020 +0000 @@ -0,0 +1,9 @@ +/*#include "mbed.h" +PwmOut Ve(p23); + +int main(){ + Ve.period_us(20000); + while(1){ + Ve.pulsewidth_us(18500); + } +}*/ \ No newline at end of file