belyalov / stm32-hal-libraries

Useful libraries for STM32 HAL
MIT License
85 stars 17 forks source link

LoRa undeclared #6

Closed Skrclock closed 2 years ago

Skrclock commented 2 years ago

Hello, I am trying to use your lora sx1276 library but when trying to compile the program it tells me that the initialization variables are not declared, could it be that I need to add something else? I would greatly appreciate your help error undeclared

jefflongo commented 2 years ago

Those aren't defined by this library. Those are meant to be provided by the user, since you could realistically use any GPIO for the slave select pin.

belyalov commented 2 years ago

Sounds like a question has been answered, closing issue.