Added register values and op-codes. Cleanup.
This commit is contained in:
parent
fe50c2cac9
commit
cec979997e
4 changed files with 80 additions and 37 deletions
4
sx126x.h
4
sx126x.h
|
|
@ -55,7 +55,7 @@ public:
|
|||
void onReceive(void(*callback)(int));
|
||||
|
||||
void receive(int size = 0);
|
||||
void idle();
|
||||
void standby();
|
||||
void sleep();
|
||||
|
||||
bool preInit();
|
||||
|
|
@ -113,6 +113,8 @@ private:
|
|||
void optimizeModemSensitivity();
|
||||
|
||||
void reset(void);
|
||||
void calibrate(void);
|
||||
void calibrate_image(long frequency);
|
||||
|
||||
private:
|
||||
SPISettings _spiSettings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue