aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TemperatureDataLogger/TempLogHostApp/README.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-13 04:32:33 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-13 04:32:33 +0000
commitac61b81a0b20b86a4865d5e2802f704ad1075541 (patch)
treed317751beab3b669d931f9bbff83db8680e510a9 /Projects/TemperatureDataLogger/TempLogHostApp/README.txt
parentd3e00ce1eca6a7736f30b2e93992d0d5a6161de6 (diff)
downloadlufa-ac61b81a0b20b86a4865d5e2802f704ad1075541.tar.gz
lufa-ac61b81a0b20b86a4865d5e2802f704ad1075541.tar.bz2
lufa-ac61b81a0b20b86a4865d5e2802f704ad1075541.zip
Add first lot of AVRStudio project files for some of the library projects.
Diffstat (limited to 'Projects/TemperatureDataLogger/TempLogHostApp/README.txt')
-rw-r--r--Projects/TemperatureDataLogger/TempLogHostApp/README.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/Projects/TemperatureDataLogger/TempLogHostApp/README.txt b/Projects/TemperatureDataLogger/TempLogHostApp/README.txt
deleted file mode 100644
index 34f85533e..000000000
--- a/Projects/TemperatureDataLogger/TempLogHostApp/README.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-This library has been tested on Windows Vista 32bit, Windows Vista 64bit,
-Windows XP 32bit and Debian (Lenny) AMD64 but should work on any version of
-Windows that can run the .NET framework 2.0 and any other operating system
-that has both hiddev and Mono.
-
-Any additions must be tested and work on Windows and Linux, on both 32 and
-64 bit. Windows 64 bit testing is particularly important as it is often
-neglected.
-
-
-Hid.Linux.dll was compiled under Linux with Mono (mcs) and uses no generics.
-
-Hid.Win32.dll and Hid.Net.dll were compiled under Windows with the .NET
-Framework v2.0.50727 but are also tested to compile with Mono (gmcs).
-
-
-A good starting point when using this library is Hid.DeviceFactory's Enumerate
-methods.
-
-LogitechMX5000.cs is a simple example of how the library can be used. Other
-examples on common devices are welcomed.