Class BasicClock

Basic hertz clock controller.

class BasicClock
  : ClockController ;

Constructors

NameDescription
this (Hertz) Instantiates a ClockController with the given frequency in Hertz.

Methods

NameDescription
getAuthor () Returns a string with the component author's name.
getName () Returns a string with the component's name.
waitCycle () Emulates the wait time of a cycle.