Class SpeedControl¶
-
class
SpeedControl¶ Public Functions
-
uint8_t
getCounter()¶ - Returns
counter
-
void
setCounter(uint8_t)¶ - Parameters
counter – of the LED
-
uint8_t
getNumber()¶ - Returns
number of the LED
-
void
setNumber(uint8_t)¶ - Parameters
number – of the LED
-
uint8_t
getDuration()¶ - Returns
duration of the entensity
-
void
setDuration(uint8_t)¶ The duration specifies the time at an intensity
- Parameters
duration – of the intensity
-
bool
count()¶ The method decreases the counter, if the counter has the value zero, true is returned.
- Returns
(counter == 0)
-
uint8_t