Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 5045fcf

Browse files
committed
node 10 additional updates
1 parent da1177e commit 5045fcf

File tree

3 files changed

+1677
-3
lines changed

3 files changed

+1677
-3
lines changed

examples/led.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var MetaWear = require('../index')//require('metawear');
22

33
// If you know the MAC address, you can uncomment this line
4-
MetaWear.discoverByAddress('f9:b5:f9:81:3f:77', function(device) {
4+
MetaWear.discoverByAddress('c8:4b:aa:97:50:05', function(device) {
55
//MetaWear.discover(function (device) {
66
device.connectAndSetUp(function (error) {
77
var pattern = new MetaWear.LedPattern();

0 commit comments

Comments
 (0)