Skip to content

nguyenlam185/qpcpp_esp32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QP/C++ ESP32

Arduino library to use QP/C++ with the ESP32 and the Arduino SDK. Based on the port developed for the ESP32.

Requirements

How to test

Open any of the examples and upload to an ESP32.

Important notes

  • Typically QF::run() should be executed as a last instruction before QP takes charge of executing the framework. As such, it should not return and instead give control to the scheduler of the host. However, the ESP32 framework (esp-idf) already runs the scheduler before void setup() and void loop(). This means that instead of running QF::run() in a loop, it suffices to execute it once as the last instruction in void setup().

  • No more QSpy on this port

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.0%
  • C 2.0%