An open API service indexing awesome lists of open source software.

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.

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.