This commit is contained in:
iceman1001 2019-09-24 13:07:35 +02:00
commit 4707355431

View file

@ -4,7 +4,7 @@
// at your option, any later version. See the LICENSE.txt file for the text of // at your option, any later version. See the LICENSE.txt file for the text of
// the license. // the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency ioProx commands // Low frequency Kantech ioProx commands
// FSK2a, rf/64, 64 bits (complete) // FSK2a, rf/64, 64 bits (complete)
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
@ -343,7 +343,7 @@ int demodIOProx(void) {
//| | | | | | | //| | | | | | |
//01234567 8 90123456 7 89012345 6 78901234 5 67890123 4 56789012 3 45678901 23 //01234567 8 90123456 7 89012345 6 78901234 5 67890123 4 56789012 3 45678901 23
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
//00000000 0 11110000 1 facility 1 version* 1 code*one 1 code*two 1 ???????? 11 //00000000 0 11110000 1 facility 1 version* 1 code*one 1 code*two 1 crc 11
//XSF(version)facility:codeone+codetwo (raw) //XSF(version)facility:codeone+codetwo (raw)
int getIOProxBits(uint8_t version, uint8_t fc, uint16_t cn, uint8_t *bits) { int getIOProxBits(uint8_t version, uint8_t fc, uint16_t cn, uint8_t *bits) {
#define SEPARATOR 1 #define SEPARATOR 1