Expose MAX2837 registers, show registers in debug view.

This commit is contained in:
Jared Boone
2015-12-13 11:50:06 -08:00
parent a6fbd1c5ef
commit c7d49eb190
6 changed files with 93 additions and 3 deletions

View File

@@ -28,6 +28,7 @@
#include <cstddef>
#include "rffc507x.hpp"
#include "max2837.hpp"
namespace radio {
@@ -47,6 +48,7 @@ void streaming_disable();
void disable();
extern rffc507x::RFFC507x first_if;
extern max2837::MAX2837 second_if;
} /* namespace radio */