-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some fixes from my PRs and bugs. Revert to the right header file …
…name.
- Loading branch information
1 parent
d1a045d
commit 12742cc
Showing
3 changed files
with
3 additions
and
3 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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name=Arduino_AVRSTL | ||
version=1.3.0 | ||
version=1.3.1 | ||
author=Mike Matera <[email protected]>, Chris Johnson <[email protected]>, Arduino | ||
maintainer=Mike Matera <[email protected]> | ||
sentence=A port of uClibc++ Arduino library. | ||
paragraph=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/mike-matera/ArduinoSTL | ||
architectures=avr,megaavr | ||
includes=Arduino_AVRSTL.h | ||
includes=ArduinoSTL.h |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#include "Arduino_AVRSTL.h" | ||
#include "ArduinoSTL.h" | ||
#include <Arduino.h> | ||
|
||
// | ||
|
File renamed without changes.