add support for mfrc proxyies

This commit is contained in:
2022-03-21 21:21:50 +01:00
parent 36cc688479
commit 58fe96f8b7
14 changed files with 518 additions and 152 deletions

View File

@ -53,8 +53,8 @@ public:
for(unsigned char i = 0; i < BITS; ++i)
{
*_port |= (1 << _pinSerClk);
in[i/8] & (1<<(i%8)) ? (*_port &= ~(1 << _pinSer)) : (*_port |= (1 << _pinSer));
*_port |= (1 << _pinSerClk);
*_port &= ~(1 << _pinSerClk);
}
*_port &= ~(1<<_pinRClk);