forked from matthijskooijman/ArduinoSTL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
埃博拉酱
committed
Oct 18, 2023
1 parent
ff11e65
commit 564ac2d
Showing
2 changed files
with
328 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ version=2.0.0 | |
author=埃博拉酱 <[email protected]>, Mike Matera <[email protected]>, Chris Johnson <[email protected]>, Arduino | ||
maintainer=埃博拉酱 <[email protected]> | ||
sentence=将C++标准库移植到 Arduino。A port of C++ Standard Library to Arduino. | ||
paragraph=*新功能:ArduinoUrng, unique_ptr, mt19937, shuffle, extent_v, integral_constant* 基于ArduinoSTL,该库包括重要的C++函数,包括cout和cin,printf和scanf。它还包括 STL 容器,如vector和algorithm。New features: unique_ptr, mt19937, shuffle.* Based on ArduinoSTL, this library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm. | ||
paragraph=*新功能:vector::cbegin vector::cend vector::crbegin vector::crend* 基于ArduinoSTL,该库包括重要的C++函数,包括cout和cin,printf和scanf。它还包括 STL 容器,如vector和algorithm。New features: unique_ptr, mt19937, shuffle.* Based on ArduinoSTL, this library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm. | ||
category=Other | ||
url=https://github.com/Silver-Fang/ArduinoSTL | ||
architectures=avr,megaavr | ||
|
Oops, something went wrong.