Example #1
0
        public override void SetUp()
        {
            base.SetUp();

            humidity = metawear.GetModule <IHumidityBme280>();
        }
Example #2
0
        public async override Task SetUp()
        {
            await base.SetUp();

            humidity = metawear.GetModule <IHumidityBme280>();
        }