Aaron Wisner

Results 6 issues of Aaron Wisner

It seems to me that this library is only portable if both the sender and receiver are on the same platform. To serialize a struct, the library is using `memcpy()`,...

Currently, the scheduler is decremented the same variable that is used to store the user set number of iterations. Instead, there should be a counter that should be decremented instead....

Test cases are needed to validate changes to the library. Really want to merge the dev branch into master, but need to ensure there are no bugs. Any commits that...

Hi, great library! One problem though is that the base class (RFM69) already has a bunch of specific functionality built in. For example, the packet layout is fixed, and you...

I think a relatively simple, and nice addition would be the ability for this library to handle multiple instances with multiple radios. I think the changes would be relatively simple,...

enhancement

I quickly looked at your Arduino sketch and noticed that you are printing over Serial in your packet handlers. The packet handlers run in an ISR, and printing over Serial...

bug
fixed