Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aliot-c

The Aliot library written in the c++ programming language to facilitate integration with embedded systems

Getting started

  1. Get either CLion (JetBrain) or Vscode;
  2. Install the platformio plugin/extension;
  3. In src/main.cpp, write your ssid and your password for your WiFi network;
  4. Build the program with Platformio;
  5. Upload it to either a Esp32 or a Esp8266;
  6. Have fun with Aliot-c! 🥳🍾

Folder Structure

The workspace contains four important folders by default:

  • src: the folder where you find the entry point of your application (main.cpp).
  • lib: the folder where you find the Aliot-c library.
  • include: the folder containing all the global header files.
  • test: the folder containing the unit tests for the Aliot-c library.

About

The Aliot library written in the c++ programming language to facilitate integration with embedded systems

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages