[FL-1058] Low frequency RFID app [Indala 40134 Encoder] #452

This commit is contained in:
SG
2021-05-07 21:13:35 +10:00
committed by GitHub
parent 570f85bd9d
commit 38d3653552
3 changed files with 93 additions and 284 deletions

View File

@@ -20,4 +20,6 @@ private:
bool last_bit;
bool current_polarity;
static const uint8_t clock_per_bit = 16;
void set_bit(bool bit, uint8_t position);
};