Interface DigitalOutput

    • Method Detail

      • set

        void set​(boolean val)
        Set the TTL signal at the given pin.
        Parameters:
        val - Value to set. true means logic 1 and false logic 0.