mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-24 14:26:11 +02:00
start making SPI configurable
This commit is contained in:
parent
02dc025814
commit
97d60f2ea9
7 changed files with 31 additions and 13 deletions
|
@ -30,7 +30,7 @@ void app::setup() {
|
|||
DBGPRINTLN(F("false"));
|
||||
|
||||
mSys.enableDebug();
|
||||
mSys.setup(mConfig->nrf.amplifierPower, mConfig->nrf.pinIrq, mConfig->nrf.pinCe, mConfig->nrf.pinCs);
|
||||
mSys.setup(mConfig->nrf.amplifierPower, 47, 38, 37, 36, 35, 48);
|
||||
|
||||
#if defined(AP_ONLY)
|
||||
mInnerLoopCb = std::bind(&app::loopStandard, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue