PES_4_Spleisser / Mbed 2 deprecated SpleisserProgramm_V11

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers PWM_alt.h Source File

PWM_alt.h

00001 
00002 #ifndef MBED_PWM_H
00003 #define MBED_PWM_H
00004 
00005 //#include "mbed.h
00006 
00007 
00008 void pwm_io(int p_us, float dc);
00009 void pwm_io2(int p_us, float dc);
00010 
00011 #endif
00012