Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 320 Bytes

File metadata and controls

14 lines (11 loc) · 320 Bytes

usbtemp-csharp

Source code for Thermometer class is located in file usbtemp.cs (namespace usbtemp).

The class provides the following functions.

	void Open(string)
	void Close(void);
	byte[] Rom(void);
	float Temperature(void);

This software is in alpha stage, contributions are welcome.