jhviggo / sep4-iot

1 stars 0 forks source link

Add LoRaWAN implementation separately #8

Closed jhviggo closed 2 years ago

jhviggo commented 2 years ago

I've moved the LoRaWAN implementation to a new class according to the class diagram. It is now possible to change the payload while the task is running and the new data will be sent every 5 minutes.

I kept the semaphore and task creation in the main.c file, but it should probably be moved to a application.c file, that handles our freeRTOS setup.