aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/wirish_math.h
Commit message (Collapse)AuthorAgeFilesLines
* Keep it 80-column clean.Marti Bolivar2011-06-071-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | Go through overlong source code lines and convert as many of them as appropriate to be 80-column clean. This mostly affects license headers. Overlong lines are determined by running following from the libmaple base directory: $ ack-grep --nocolor --nogroup --cpp --cc --ignore-dir=usb -- '.{80}' Note that this excludes libmaple's usb subdirectory, which is still full of ST code that doesn't follow the libmaple source code guidelines. Contents of ~/.ackrc (these won't matter, but are included for completeness): --ignore-dir=docs --ignore-dir=build --type-set ld=.ld --type-set rst=.rst --type-set txt=.txt --type-set mk=.mk
* Fixing brain-damaged abs() implementation.Marti Bolivar2011-04-121-1/+1
|
* [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-111-7/+2
|
* Finalized 0.0.9 documentation.Marti Bolivar2010-12-151-2/+4
|
* Merge branch 'master' into newdocMarti Bolivar2010-12-141-3/+4
|\
| * Servo library tested and debugged.Marti Bolivar2010-12-081-1/+4
| | | | | | | | | | Some additional HardwareTimer methods introduced to make this convenient; ancillary libmaple/timers.h changes resulted.
* | arduino language reference nearing completion, properly CC-BY-SA 3.0 attributedMarti Bolivar2010-11-171-4/+96
|/
* wirish reformatted and code-styledMarti Bolivar2010-09-261-8/+8
|
* get wirish_math stuff going (random, map, etc)bnewbold2010-05-211-0/+3
| | | | | Perry, you might want to look this over... I only include the contents of wirish_math.h when cpp? It's what arduino does and it works, so...
* Refactoring:Perry Hung2010-04-251-0/+56
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.