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 MotionSensor EthernetInterface
PWM/CarPWM.h
- Committer:
- drelliak
- Date:
- 2016-04-11
- Revision:
- 0:88faaa1afb83
File content as of revision 0:88faaa1afb83:
#include "mbed.h"
#ifndef CARPWM_H
#define CARPWM_H
void initialize(PwmOut motor, PwmOut servo);
void setServoPWM(float angle, PwmOut servo);
void setMotorPWM(float width, PwmOut motor);
#endif