File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## What is this?
4
4
5
- This is a straight port of [ http://cxx.uclibc.org/ ] ( uClibc++ ) for Arduino.
5
+ This is a straight port of [ uClibc++ ] ( http://cxx.uclibc.org/ ) for Arduino.
6
6
I have cut nothing out and held nothing back. Use with care!
7
7
8
8
That said, I have used uClibc++'s own internal configuration to pare back
9
9
un-needed stuff, like support for floats, gratuitous template
10
10
instantiations and other things. See system\_ configuration.h for all of
11
11
those gory details.
12
12
13
- Plus I added in [ http://andybrown.me.uk/ws/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/#IDComment246044033 ] (Andy Brown's )
13
+ Plus I added in [ Andy Brown's ] ( http://andybrown.me.uk/ws/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/#IDComment246044033 )
14
14
excellent ohserialstream class for managing the HardwareSerial as an ostream.
15
15
16
16
## How do I install it?
You can’t perform that action at this time.
0 commit comments