Added register values and op-codes. Cleanup.

This commit is contained in:
Mark Qvist 2024-02-13 14:19:14 +01:00
parent fe50c2cac9
commit cec979997e
4 changed files with 80 additions and 37 deletions

View file

@ -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;