Exemple #1
0
        public void Dispose()
        {
            // ***
            // *** Dispose the MCP9808 device
            // ***
            this.Device.Dispose();
            this.Device = null;

            this.Stop().Wait();
        }
		public void Dispose()
		{
			// ***
			// *** Dispose the MCP9808 device
			// ***
			this.Device.Dispose();
			this.Device = null;

			this.Stop().Wait();
		}