https://github.com/movsb/libstuff
[Experimental] A utility C++ library for ESP32, built on top of esp-idf.
https://github.com/movsb/libstuff
esp-idf esp-idf-component esp32
Last synced: about 1 month ago
JSON representation
[Experimental] A utility C++ library for ESP32, built on top of esp-idf.
- Host: GitHub
- URL: https://github.com/movsb/libstuff
- Owner: movsb
- Created: 2023-05-06T06:57:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T06:19:43.000Z (over 1 year ago)
- Last Synced: 2025-04-02T12:49:20.581Z (6 months ago)
- Topics: esp-idf, esp-idf-component, esp32
- Language: C++
- Homepage:
- Size: 486 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32, CH32V003 & MCS51
Outdated readme.
Outdated readme.
Outdated readme.
## ebp
My own ESP components for C++.
The name is from x86:
* `esp`: The Stack Pointer.
* `ebp`: The Base Pointer.### How to Use
In your *CMakeLists.txt*, write down this line before `project()`:
```cmake
set(EXTRA_COMPONENT_DIRS PATH_TO_EBP)
```Then, in your code, `include` it by typing `#include `.
## libstc
A single source/header STC MCU library.