Bias-T now works in capture mode

Simplified soundboard app, still some work to do
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
furrtek
2018-12-18 16:25:21 +00:00
21 changed files with 557 additions and 125 deletions

View File

@@ -108,7 +108,7 @@ inline void clear() {
namespace cgu {
enum class CLK_SEL {
enum class CLK_SEL : uint8_t {
RTC_32KHZ = 0x00,
IRC = 0x01,
ENET_RX_CLK = 0x02,

View File

@@ -37,6 +37,7 @@
#include <memory>
#include <vector>
#include <string>
#include <functional>
namespace ui {