Example #1
0
        public async override Task SetUp()
        {
            await base.SetUp();

            ibeacon = metawear.GetModule <IIBeacon>();
        }
Example #2
0
        public override void SetUp()
        {
            base.SetUp();

            ibeacon = metawear.GetModule <IIBeacon>();
        }