Christian W. Zuckschwerdt
913b51a415
adding a bitbuffer_find_repeated_row() with examples how it simplifies device code
2016-02-04 19:15:46 +01:00
David Woodhouse
4be45997fc
Add bitbuffer_extract_bytes() function for accessing unaligned data
2016-01-22 13:13:57 +00:00
Tommy Vestermark
b692da8a35
bitbuffer: Add function to invert bits
2016-01-21 00:03:43 +01:00
Emmanuel N
ba621888ca
Add bitbuffer_search() and bitbuffer_manchester_decode() functions
...
Originally written by Emmanuel N as part of issue #224 ; modified and
moved to bitbuffer.c by David Woodhouse
2015-12-10 10:15:44 +00:00
Tommy Vestermark
533f219d66
Bitbuffer: Add more bytes to support the longer FSK messages
...
And reduce number of rows to 25
2015-08-19 22:56:30 +02:00
Tommy Vestermark
b005d4410a
Clean up bitbuffer a bit
...
num_rows is more logical than row_index for users
2015-07-15 21:03:40 +02:00
Tommy Vestermark
139fad4918
Rename bitbuffer_t::bits_buffer to bitbuffer_t::bb
...
Better now than later...
2015-07-15 19:47:30 +02:00
Tommy Vestermark
c59375705e
Moved all drivers to use bitbuffer_t directly
...
And removed lots of compile warnings...
2015-07-15 00:57:55 +02:00
Tommy Vestermark
00ff066903
Added binary printout to bitbuffer_print()
...
For feature parity.. Only print if number of bits is low.
2015-07-14 23:20:38 +02:00
Tommy Vestermark
5e12ab1044
Minor whitespace cleanup
2015-06-29 22:34:27 +02:00
Tommy Vestermark
e5e0e19989
Add pulse demodulator for PWM. Separate bitbuffer into own file.
...
Made a prototype for a PWM pulse demodulator. Broke out bit_packet
functions into own file to avoid circular references and for clean up.
Compiles cleanly, but untested.
2015-06-28 23:15:56 +02:00