-
Notifications
You must be signed in to change notification settings - Fork 49
Unclear about size of _BUFFER #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Take a look at lines 401 to 437 in adafruit_rfm9x.py. The comment describing. _BUFFER is incorrect and should be updated. |
@jerryneedell possibly changing |
address by #42 -- the name is still _BUFFER, but the comment was changed to clarify its use. |
addressed in #42 |
I am confused about the initialization of the global buffer for the radio _BUFFER.
It should be 256 bytes which is the size specified in the radio's data sheet.
However, it seems at though its only being initialized to 10 bytes?
Here is the code for initialization:
If someone could provide insight into the behavior of _BUFFER, that would be greatly appreciated.
The text was updated successfully, but these errors were encountered: