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: SDFileSystem mbed
Fork of PES4_Programme by
header/measure.h
- Committer:
- EHess
- Date:
- 2018-04-05
- Revision:
- 62:6e021f4d2fbb
- Parent:
- 48:2092e0a411b8
- Child:
- 75:4064a0f13083
- Child:
- 78:56487bba3934
File content as of revision 62:6e021f4d2fbb:
#pragma once
#include "mbed.h"
/* Read Timer
*/
void readTimer(int pos);
/* Get DutyCycle
* @param Container 1-6
* @return DutyCycle
*/
int getDutyCycle(char container);
/* Turn Container 90 degrees
* @param Container 1-6
* @return true if next position reached
*/
int nextPosition(char container);
