Skip to content

USB thermometer Windows C++ library with example application

License

Notifications You must be signed in to change notification settings

usbtemp/usbtemp-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

usbtemp-cpp

This source is intended to be used under Windows.

Source code for usbtemp class is located in files usbtemp.cpp and usbtemp.h.

The class provides the following functions.

	int open(LPCWSTR);
	void close(void);
	int rom(unsigned char *);
	int temperature(float *);

When applicable, function returns 0 (zero) at success or -1 otherwise.

About

USB thermometer Windows C++ library with example application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published