aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/comm/HardwareSerial.h
Commit message (Collapse)AuthorAgeFilesLines
* Servo library tested and debugged.Marti Bolivar2010-12-081-2/+4
| | | | | Some additional HardwareTimer methods introduced to make this convenient; ancillary libmaple/timers.h changes resulted.
* cleanupsMarti Bolivar2010-09-271-27/+27
|
* Further wirish portability progressbnewbold2010-08-311-0/+1
| | | | Sort of ugly changes. Compiles but untested.
* New usart implementation:Perry Hung2010-08-041-3/+14
| | | | | | Fixed a bug where the maximum baud rate was incorrectly set to 225000 General cleanup Use new rcc and nvic APIs
* added SerialN.end()bnewbold2010-07-181-0/+1
|
* Refactoring:Perry Hung2010-04-251-0/+53
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.