Edit page EmbeddedDevices
[wiki.git] / EmbeddedDevices
1 I wrote drivers for the following devices:
2
3  * '''DC-motors''' - Both on/off cw/ccw and PWM drive.
4  * '''Stepper motors''' - With real-time stepping control, dynamic acceleration ramps, homing state-machine, etc.
5
6  * '''7-segement BCD and british-flag alphanumerical displays'''
7  * '''Alphanumerical LCD displays''' - Like the popular Hitachi HD44xxx controller.
8  * '''B/W bitmap LCD displays''' - Using a homebrew library to draw text and graphics (see DevLib).
9  * '''Thermal Printers''' - Both serial and full printing head control.
10  * '''Keyboards''' - Simple and matrix scan, with debounce and complex input gestures.