aboutsummaryrefslogtreecommitdiff
path: root/lib/lufa/Projects/TempDataLogger/TempLogHostApp/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lufa/Projects/TempDataLogger/TempLogHostApp/README.txt')
-rw-r--r--lib/lufa/Projects/TempDataLogger/TempLogHostApp/README.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/lufa/Projects/TempDataLogger/TempLogHostApp/README.txt b/lib/lufa/Projects/TempDataLogger/TempLogHostApp/README.txt
deleted file mode 100644
index ab6b9a83a..000000000
--- a/lib/lufa/Projects/TempDataLogger/TempLogHostApp/README.txt
+++ /dev/null
@@ -1,24 +0,0 @@
1http://en.sourceforge.jp/projects/sfnet_libhidnet/
2
3This library has been tested on Windows Vista 32bit, Windows Vista 64bit,
4Windows XP 32bit and Debian (Lenny) AMD64 but should work on any version of
5Windows that can run the .NET framework 2.0 and any other operating system
6that has both hiddev and Mono.
7
8Any additions must be tested and work on Windows and Linux, on both 32 and
964 bit. Windows 64 bit testing is particularly important as it is often
10neglected.
11
12
13Hid.Linux.dll was compiled under Linux with Mono (mcs) and uses no generics.
14
15Hid.Win32.dll and Hid.Net.dll were compiled under Windows with the .NET
16Framework v2.0.50727 but are also tested to compile with Mono (gmcs).
17
18
19A good starting point when using this library is Hid.DeviceFactory's Enumerate
20methods.
21
22LogitechMX5000.cs is a simple example of how the library can be used. Other
23examples on common devices are welcomed.
24