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
- Committer:
- hagenrap
- Date:
- 2019-05-05
- Revision:
- 35:758191d5c6e1
- Child:
- 36:ba2e7eddbafa
File content as of revision 35:758191d5c6e1:
#ifndef MBED_PWM2_H
#define MBED_PWM2_H
/* ---------------------------- SERVO --------------------------------------- */
void Init_Servo();
void Set_Servo_Good_Fil();
void Set_Servo_Bad_Fil();
/* ---------------------------- END ----------------------------------------- */
/* ---------------------------- CUTTER -------------------------------------- */
void Init_Cutter();
void Set_Cutter(int arc_on_time, int arc_off_time, int repeats); // _time in ms
/* ---------------------------- END ----------------------------------------- */
/* ---------------------------- SPLEISSER ----------------------------------- */
void Init_Spleisser();
void Set_Spleisser(int arc_on_time, int arc_off_time, int repeats); // _time in ms
/* ---------------------------- END ----------------------------------------- */
#endif