Ble for smart sOlutions

Dependencies:   Adafruit_WS2801

Committer:
krissl
Date:
Mon Mar 25 18:14:12 2019 +0000
Revision:
1:9fc54848a198
Child:
6:ee9c86f06eae
Ble;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
krissl 1:9fc54848a198 1
krissl 1:9fc54848a198 2 #ifndef __CUSTOMUUIDS__
krissl 1:9fc54848a198 3 #define __CUSTOMUUIDS__
krissl 1:9fc54848a198 4
krissl 1:9fc54848a198 5 class CustomUUIDs {
krissl 1:9fc54848a198 6 public:
krissl 1:9fc54848a198 7 enum {
krissl 1:9fc54848a198 8 UUID_COLOR_SERVICE = 0xaa40655aae2446fa,
krissl 1:9fc54848a198 9 UUID_COLOR_CHAR = 0xaa40655aae2446fb
krissl 1:9fc54848a198 10 };
krissl 1:9fc54848a198 11 };
krissl 1:9fc54848a198 12 #endif