Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hui Transport messages #16

Open
oiresgleichen opened this issue Oct 24, 2022 · 1 comment
Open

Hui Transport messages #16

oiresgleichen opened this issue Oct 24, 2022 · 1 comment

Comments

@oiresgleichen
Copy link

Hallo. Gibt es eine möglichkeit aus dem hui protokoll die transport funktionen( play , stop , aufnahme ) zu empfangen und auch zu senden?

Danke

@LeanderJDev
Copy link

Wenn du in das Header File schaust findest du mehrere Funktionen, die so aussehen als könnten sie das.
Header File

void mmcPlay(void);
void mmcDeferredPlay(void);
void mmcPause(void);
void mmcStop(void);
void mmcRecordStrobe(void);
void mmcRecordPause(void);
void mmcRecordExit(void);
void mmcEject(void);
void mmcChase(void);
void mmcReset(void);
void mmcFastForward(void);
void mmcRewind(void);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants