Skip to content

sajannethsara/Lora10-ESP32

Repository files navigation

Lora10-ESP32 Project

Overview

This project is designed for ESP32 development using PlatformIO. It includes a simple library (Foo) and an example usage in the main application.

Folder Structure

  • include/: Header files for the project.
  • lib/: Contains the Foo library.
    • Foo.h: Header file for the Foo class.
    • Foo.c: Implementation of the Foo class.
  • src/: Main application code.
    • main.cpp: Example usage of the Foo library.

How to Use

  1. Clone the repository.
  2. Open the project in PlatformIO.
  3. Build and upload the code to your ESP32.

Features

  • Simple Foo library with a doSomething method.
  • Example usage in main.cpp.

License

This project is licensed under the MIT License.

UserDevicePayload userDevice66(66);
userDevice66.createPmsg(4);
userDevice66.loraSend();
std::string jsonPayload66 = userDevice66.getJsonPayload(payload66);
Serial.println(jsonPayload66.c_str());

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages