Hello! I'm using your cc1101-driver implementation for a C++ project. I was looking at this code to get a reference on how to call the driver and provide the correct config parameters and I noticed some PATABLE entries are commented out:
According to the design note, these are valid frequencies, why did you comment them? Is there something I need to take into consideration?
Thanks!
Hello! I'm using your cc1101-driver implementation for a C++ project. I was looking at this code to get a reference on how to call the driver and provide the correct config parameters and I noticed some PATABLE entries are commented out:
cc1101-python/cc1101/patable.py
Line 20 in 0b50cba
According to the design note, these are valid frequencies, why did you comment them? Is there something I need to take into consideration?
Thanks!