index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cores
/
arduino
/
HardwareSerial.h
Age
Commit message (
Expand
)
Author
2011-08-26
Moving write errors out of return value into separate API methods.
David A. Mellis
2011-08-26
Changing from long to ssize_t (int) for write(), print(), println() return.
David A. Mellis
2011-08-23
write(), print(), and println() now return number of bytes written.
David A. Mellis
2011-05-12
Small optimization in HardwareSerial.
David A. Mellis
2011-03-05
Implemented serial transmit buffering.
David A. Mellis
2010-10-17
Making HardwareSerial tests register-based, not CPU-based.
David A. Mellis
2010-09-08
1280 -> 1280/2560.
David A. Mellis
2010-08-02
changing available() to return an int (because the Ethernet Client class or a...
David A. Mellis
2010-07-04
Adding a peek() function to Stream and HardwareSerial (Serial).
David A. Mellis
2010-05-28
Adding a basic Stream interface and modifying HardwareSerial to inherit from it.
David A. Mellis
2009-12-23
Adding Serial.end().
David A. Mellis
2009-11-21
Improving third-party hardware support:
David A. Mellis
2009-11-07
Moving things around.
David A. Mellis
2009-07-12
Clearing the U2Xn bit in Serial.begin() (because it is set on the Pro / Pro M...
David A. Mellis
2009-06-01
First integration of the Arduino code in Processing 5503: PreProcessor and Co...
David A. Mellis