From 1e6c0bd4758371b84620bc922195f18a728c7b50 Mon Sep 17 00:00:00 2001 From: AnonymousCoward Date: Tue, 8 May 2007 04:47:01 +0200 Subject: [PATCH] Edit page EmbeddedDevices --- EmbeddedDevices | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 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. -- 2.25.1