Skip to content

Commit 9ca02a6

Browse files
committed
minor clean up
1 parent 00cbb9b commit 9ca02a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/arduino_science_journal/arduino_science_journal.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
const int VERSION = 0x00000001;
2727
const float TEMPERATURE_CALIBRATION = -5.0;
2828

29+
// 555a0002-val-467a-9538-01f0652c74e8"
2930
#define SCIENCE_KIT_UUID(val) \
3031
(const uint8_t[]) { \
3132
0xe8, 0x74, 0x2c, 0x65, 0xf0, 0x01, 0x38, 0x95, \
@@ -37,7 +38,6 @@ BLECharacteristic versionCharacteristic (SCIENCE_KIT_UUID(0x0001));
3738
BLECharacteristic accelerationCharacteristic (SCIENCE_KIT_UUID(0x0011));
3839
BLECharacteristic gyroscopeCharacteristic (SCIENCE_KIT_UUID(0x0012));
3940
BLECharacteristic magneticFieldCharacteristic(SCIENCE_KIT_UUID(0x0013));
40-
4141
BLECharacteristic temperatureCharacteristic (SCIENCE_KIT_UUID(0x0014));
4242
BLECharacteristic pressureCharacteristic (SCIENCE_KIT_UUID(0x0015));
4343
BLECharacteristic humidityCharacteristic (SCIENCE_KIT_UUID(0x0016));

0 commit comments

Comments
 (0)