Jammer UI

Drew jammer UI
Added presets for French GSM operators and a few other funny frequencies
Added minimalist jamming baseband code
This commit is contained in:
furrtek
2015-11-13 01:19:05 +01:00
parent ff96464efe
commit 66de53744e
8 changed files with 579 additions and 9 deletions

View File

@@ -83,6 +83,10 @@ struct Color {
static constexpr Color white() {
return { 255, 255, 255 };
}
static constexpr Color grey() {
return { 127, 127, 127 };
}
};
#if 0
enum class CardinalDirection : uint8_t {