Replies: 1 comment
-
First, I wrote it roughly. Please check and give me your opinion🙏🙏 Getting StartedEnglish EuPI is one of the mode of Euphony library. Differently from Default mode that transmits String data, in this mode, transmitter make sound wave of a setting frequency, and receiver simply recognize whether it occurs. in TransmitterGenerate sound waves though a microphone.
in ReceiverPart of receiving sound waves.
setOnWaveKeyPressed
// API that keep calling when recognize sound wave once.
setOnWaveKeyDown
// API that recognizes once when sound wave is generated.
setOnWaveKeyUp
// API that recognizes once when sound wave is generated and off.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! As you know, now there is no docs for EuPI mode. So, I want to write it.
I'm going to write in guide and sample code about EuPI, referring to
Beta Was this translation helpful? Give feedback.
All reactions