summaryrefslogtreecommitdiff
path: root/ao_test.c
Commit message (Collapse)AuthorAge
* Use 'char' instead of 'uint8_t' for character dataKeith Packard2009-04-29
| | | | | String and character constants are of char type, so using uint8_t causes promotion to 16-bit types when comparing the two.
* Switch from --model-large to --model-smallKeith Packard2009-04-14
| | | | | | This shrinks the application quite a bit, and should make it faster as well. Signed-off-by: Keith Packard <keithp@keithp.com>
* Fix USB input/output by reloading packet limits.Keith Packard2009-04-13
| | | | | | | | The USB controller is reset during the connection process, which clears the packet limits set in the controller at initialization time. Reload those values when the configuration is set. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add beep/led support.Keith Packard2009-04-12
| | | | | | Support our P2_0 connected buzzer, and formalize LED output support. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add A/D samplerKeith Packard2009-04-12
| | | | | | | Sample A/D at the timer tick, placing data in a ring of samples. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add 100Hz timerKeith Packard2009-04-12
| | | | Use Timer 1 to generate a 100Hz timer interrupt
* GPL Version 2 onlyKeith Packard2009-04-12
|
* Make test more complicatedKeith Packard2009-04-12
|
* Initial AltOS importKeith Packard2009-04-12