Eric Wu / Mbed 2 deprecated WifiRobot

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

irobotTime.h File Reference

irobotTime.h File Reference

Abstraction layer for timing functions; architecture or OS-specific timing functions are referenced here. More...

Go to the source code of this file.

Functions

void irobotDelayMs (const int32_t ms)
 delay this process a fixed number of milliseconds

Detailed Description

Abstraction layer for timing functions; architecture or OS-specific timing functions are referenced here.

Author:
Jeff C. Jensen
Date:
2013-12-09 Copyright (C) 2013, Jeff C. Jensen, Edward A. Lee, and Sanjit A. Seshia. This software accompanies An Introductory Lab in Embedded and Cyber-Physical Systems and is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. See http://leeseshia.org/lab.

Definition in file irobotTime.h.


Function Documentation

void irobotDelayMs ( const int32_t  ms )

delay this process a fixed number of milliseconds

Parameters:
msdelay in ms

Definition at line 9 of file irobotTime.cpp.