Skip to main content
Panagiotis
Associate III
November 27, 2019
Question

Atollic Studio - STM32 and Lora. Convert Arduino Lora Library to STM32 Library.

  • November 27, 2019
  • 0 replies
  • 720 views

I 've built a Lora sender with Arduino.

I want to rebuilt it with STM32 (STM32F030F4P6).

So I 'm thinking of starting with the Lora library https://github.com/sandeepmistry/arduino-LoRa .

I mean to convert it to Atollic studio code (a class I suppose).

(I 've also found an STM32 STM32duino library https://github.com/armtronix/arduino-LoRa-STM32/blob/master/src/LoRa_STM32.cpp that might help.

Am I on the right track in accomplishing my goal?

How do I create a class in TrueStudio?

I just create a new file in src folder of my project?

Right click on Src folder->New->Class?

This topic has been closed for replies.