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: PinDetect mbed Servo
speed.h
- Committer:
- kemken
- Date:
- 2012-06-04
- Revision:
- 0:85829f7bbe62
File content as of revision 0:85829f7bbe62:
/*
* PROGRAM RESPONSIBLE FOR open/close door.
* ^^^^^^^ ^^^^^^^^^^^ ^^^ ^^^^^^^^^^ ^^^^
*
* FILE NAME: speed.cpp
* USAGE: library file of speed.cpp
*/
/*
* including the wanted library files.
*/
#include "mbed.h"
/*function prototype*/
void motor (float speed, int time);
void motor_update (void);
void motor_start (void);