Alpha version of the code. Errors are still present in the code and the objects and dataused are picked as a test. Documentation of the code will be also added later.
This commit is contained in:
@ -11,8 +11,9 @@
|
||||
namespace SUBSYSTEM_ID {
|
||||
enum {
|
||||
DUMMY = 10,
|
||||
//VISIBLE=11
|
||||
//TODO: add your subsystem id for your device here
|
||||
|
||||
// Here I add the ID of Arduino for TCS and eventual useful events.
|
||||
ARDUINO_TCS = 11,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user