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.h Source File

PWM.h

00001 
00002 #ifndef MBED_PWM2_H
00003 #define MBED_PWM2_H
00004 
00005 /* ---------------------------- SERVO --------------------------------------- */
00006 void Init_Servo();
00007 void Set_Servo_Good_Fil();
00008 void Set_Servo_Bad_Fil();
00009 void Servo_Off();
00010 /* ---------------------------- END ----------------------------------------- */
00011 
00012 
00013 
00014 /* ---------------------------- CUTTER -------------------------------------- */
00015 void Init_Cutter();
00016 void Set_Cutter(int arc_on_time, int arc_off_time, int repeats); // _time in  ms
00017 /* ---------------------------- END ----------------------------------------- */
00018 
00019 
00020 
00021 /* ---------------------------- SPLEISSER ----------------------------------- */
00022 void Init_Spleisser();
00023 void Set_Spleisser(int arc_on_time, int arc_off_time, int repeats); // _time in  ms
00024 /* ---------------------------- END ----------------------------------------- */
00025 
00026 
00027 #endif