Edit page EmbeddedDevices
authorAnonymousCoward <AnonymousCoward@18.187.7.54>
Tue, 8 May 2007 02:47:01 +0000 (04:47 +0200)
committerPiki Plus <webmaster@codewiz.org>
Tue, 8 May 2007 02:47:01 +0000 (04:47 +0200)
EmbeddedDevices [new file with mode: 0644]

diff --git a/EmbeddedDevices b/EmbeddedDevices
new file mode 100644 (file)
index 0000000..4a4fe26
--- /dev/null
@@ -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.