mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-25 06:49:47 -04:00
Added microphone TX (very basic for now)
This commit is contained in:
parent
6ac911feb7
commit
44b2fc469c
11 changed files with 140 additions and 39 deletions
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2014 Jared Boone, ShareBrained Technology, Inc.
|
||||
* Copyright (C) 2016 Furrtek
|
||||
*
|
||||
* This file is part of PortaPack.
|
||||
*
|
||||
|
@ -38,6 +39,13 @@ void unmute();
|
|||
|
||||
} /* namespace output */
|
||||
|
||||
namespace input {
|
||||
|
||||
void start();
|
||||
void stop();
|
||||
|
||||
} /* namespace input */
|
||||
|
||||
namespace headphone {
|
||||
|
||||
volume_range_t volume_range();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue