Exemple #1
0
        /// <summary>
        /// Initialize SHT11 Class
        /// </summary>
        /// <param name="IOProvider">IOProvider to use for communication with the SHT11</param>
        public SensirionSHT11(ISHT11_IOProvider IOProvider)
        {
            // Store IOProvider
            this.IOProvider = IOProvider;

            // Reset Communications
            ResetCommunication();
        }
Exemple #2
0
        /// <summary>
        /// Initialize SHT11 Class
        /// </summary>
        /// <param name="IOProvider">IOProvider to use for communication with the SHT11</param>
        public SensirionSHT11(ISHT11_IOProvider IOProvider)
        {
            // Store IOProvider
            this.IOProvider = IOProvider;

            // Reset Communications
            ResetCommunication();
        }