Other
将C++标准库移植到 Arduino。支持C++11~17。Porting the C++ standard library to Arduino. Support C++11~17.
将你熟悉的C++标准库功能丝滑迁移到Arduino!将串口作为cin和cout的基础,并支持 avr esp32 sam 三大架构。Migrate your familiar C++ standard library features smoothly to Arduino! The serial port is used as the basis of cin and cout, and supports the three architectures of avr esp32 sam.
Maintainer: 埃博拉酱
This library is compatible with the avr, sam, esp32 architectures so you should be able to use it on the following Arduino boards:
Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.