Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed mbed-rtos X_NUCLEO_IHM02A1
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
Generated on Mon Jul 25 2022 02:36:14 by
 1.7.2
 1.7.2