NurApiBeep(Int32, Int32, Int32) Method

Generate beep sound if beeper device available

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void Beep(
	int frequency,
	int time,
	int duty
)

Parameters

frequency  Int32
Frqeguency of sound
time  Int32
Duration
duty  Int32
Duty

See Also