mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-06 11:11:52 +00:00
Added keyfob UI and debug functions
Fixed hex display truncated to 32 bits instead of 64 Updated binary
This commit is contained in:
@@ -35,6 +35,7 @@ namespace encoders {
|
||||
#define ENCODER_UM3750 8
|
||||
|
||||
size_t make_bitstream(std::string& fragments);
|
||||
void bitstream_append(size_t& bitstream_length, uint32_t bit_count, uint32_t bits);
|
||||
|
||||
struct encoder_def_t {
|
||||
std::string name; // Encoder chip ref/name
|
||||
|
||||
Reference in New Issue
Block a user