Beispiel #1
0
        public void ClearBits_32_53(int bits)
        {
            short ret = PiGpioNativeMethods.clearBits_32_53(unchecked ((uint)bits));

            if (ret < 0)
            {
                throw new PiGPIOException(ret);
            }
        }