FEHUtility.h

Description

The FEHUtility library contains global timing functions that can be used in your Proteus program at any time. These functions can help your code wait for a specified period of time, or monitor the execution time for a specific segment of code. Unlike many other Proteus libraries, functions in the FEHUtility library are not members of a class. Therefore, you only need to call the name of the function you wish to use with the required parameters.

Global Objects

None.

Global Object Member Functions

None.

Global Functions

void Sleep(/*overloaded*/)
double TimeNow()

Available Object Types

None.