ninjablocks / arduino

77 stars 97 forks source link

changes to support rf packets with more than 24 bits #1

Closed thedinuka closed 11 years ago

thedinuka commented 11 years ago

m_nData should be a 64 bit variable TOPBIT should be the same size as m_nData ie:0x8000000000000000 a new class member for number of bits should be added printDataBinary() and printDataHex() should print all bits by refering to number of bits variable.