Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs: Updating Servo docs. | Marti Bolivar | 2011-05-13 | 1 | -0/+1 |
| | |||||
* | Redid Servo in terms of new timer.h. | Marti Bolivar | 2011-04-01 | 3 | -142/+231 |
| | |||||
* | Initial timer refactor. | Marti Bolivar | 2011-03-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Basic PWM works. Had some problems in testing that might be due to USART bugs. HardwareTimer has been removed from the build for now; I will re-implement it in terms of the new libmaple API, but consider it deprecated. Let's come up with something better. Servo is implemented in terms of HardwareTimer, so it also has been temporarily removed from the build. pwmWrite() likely got a little bit less inefficient due to indirection, but the PIN_MAPs shrank by a pointer per PinMapping. | ||||
* | Shaving 32 microseconds off of LiquidCrystal::pulseEnable(). | Marti Bolivar | 2011-02-25 | 1 | -7/+7 |
| | |||||
* | LiquidCrystal speed improvements. | Marti Bolivar | 2011-02-23 | 1 | -8/+16 |
| | | | | | | | | Incorporating suggestions from these forum threads to make LiquidCrystal go faster: http://forums.leaflabs.com/topic.php?id=640&page=2 http://forums.leaflabs.com/topic.php?id=512 | ||||
* | adding missing libraries from maple-ide repo | Marti Bolivar | 2010-12-27 | 7 | -0/+850 |
| | |||||
* | 0.0.9 release. | Marti Bolivar | 2010-12-15 | 2 | -3/+3 |
| | | | | | | Made some changes to Servo to get it to compile from within the IDE. Also fixed a lurking broken link in the docs. | ||||
* | Servo library tested and debugged. | Marti Bolivar | 2010-12-08 | 3 | -0/+289 |
Some additional HardwareTimer methods introduced to make this convenient; ancillary libmaple/timers.h changes resulted. |