Constants added.
This commit is contained in:
parent
ebce8b7dd2
commit
430706747c
1 changed files with 16 additions and 0 deletions
16
client/globals.h
Normal file
16
client/globals.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* CTHN.de MiniLEDCube
|
||||
*
|
||||
* By Kai Lauterbach (klaute at web dot de) 12/2011
|
||||
*
|
||||
* Based on http://mosfetkiller.de/?s=miniledcube
|
||||
*
|
||||
* License: General Public License (GPL v3)
|
||||
*
|
||||
*/
|
||||
|
||||
#define NOT_CONNECTED_ERROR -1
|
||||
#define DEVICE_NOT_FOUND_ERROR -2
|
||||
|
||||
#define SUCCESSFULLY_CONNECTED 1
|
||||
|
Loading…
Reference in a new issue