Paradox clone functionality implemented (#747)

This involves a refactor to the arm HID code to allow for arbitrary
preambles (such as HID Proximity and Paradox).
The client also borrows from the HID code, but is not shared, so could
use a significant refactor in the future.
This commit is contained in:
☃ Stephen Shkardoon ☃ 2019-01-05 21:48:59 +13:00 committed by pwpiwi
parent 8d7d7b6187
commit 5f84531b82
9 changed files with 64 additions and 16 deletions

View file

@ -169,4 +169,4 @@ bool add_HID_header(/* inout */hidproxmessage_t* data){
data->bot |= 1 << data->Length; // leading 1: start bit
}
return true;
}
}