コード例 #1
0
        public void SetBits_32_53(int bits)
        {
            short ret = PiGpioNativeMethods.setBits_32_53(unchecked ((uint)bits));

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