mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Victor segmentation and decode works; but clock detection is still terrible.
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
#include "globals.h"
|
||||
#include "bytes.h"
|
||||
|
||||
uint8_t toByte(
|
||||
std::vector<bool>::const_iterator start,
|
||||
std::vector<bool>::const_iterator end)
|
||||
{
|
||||
return toBytes(start, end).at(0);
|
||||
}
|
||||
|
||||
std::vector<uint8_t> toBytes(
|
||||
std::vector<bool>::const_iterator start,
|
||||
std::vector<bool>::const_iterator end)
|
||||
|
||||
Reference in New Issue
Block a user