From: AnonymousCoward Date: Tue, 8 May 2007 02:47:01 +0000 (+0200) Subject: Edit page EmbeddedDevices X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=commitdiff_plain;h=1e6c0bd4758371b84620bc922195f18a728c7b50 Edit page EmbeddedDevices --- diff --git a/EmbeddedDevices b/EmbeddedDevices new file mode 100644 index 0000000..4a4fe26 --- /dev/null +++ b/EmbeddedDevices @@ -0,0 +1,10 @@ +I wrote drivers for the following devices: + + * '''DC-motors''' - Both on/off cw/ccw and PWM drive. + * '''Stepper motors''' - With real-time stepping control, dynamic acceleration ramps, homing state-machine, etc. + + * '''7-segement BCD and british-flag alphanumerical displays''' + * '''Alphanumerical LCD displays''' - Like the popular Hitachi HD44xxx controller. + * '''B/W bitmap LCD displays''' - Using a homebrew library to draw text and graphics (see DevLib). + * '''Thermal Printers''' - Both serial and full printing head control. + * '''Keyboards''' - Simple and matrix scan, with debounce and complex input gestures.