Closed kitylam9 closed 5 years ago
Hello developer, I try the all the coin example with FemtoBeacon, while I compile the program, it return the error:
'PIN_SPI_IRQ' was not declared in this scope,
=============================================================== The code that use this variable normally from this line of code:
SPI.usingInterrupt(digitalPinToInterrupt(PIN_SPI_IRQ)); and also: attachInterrupt(digitalPinToInterrupt(PIN_SPI_IRQ), HAL_IrqHandlerSPI, RISING);
SPI.usingInterrupt(digitalPinToInterrupt(PIN_SPI_IRQ));
attachInterrupt(digitalPinToInterrupt(PIN_SPI_IRQ), HAL_IrqHandlerSPI, RISING);
May I ask how to solve this problem?
Another issue: 'MODULE_AT86RF233_CLOCK' was not declared in this scope
Make sure the "FemtoBeacon Pro" board is selected
Hello developer, I try the all the coin example with FemtoBeacon, while I compile the program, it return the error:
'PIN_SPI_IRQ' was not declared in this scope,
=============================================================== The code that use this variable normally from this line of code:
SPI.usingInterrupt(digitalPinToInterrupt(PIN_SPI_IRQ));
and also:attachInterrupt(digitalPinToInterrupt(PIN_SPI_IRQ), HAL_IrqHandlerSPI, RISING);
May I ask how to solve this problem?