Skip to content

Releases: duart38/deno_gpio

1.4.0

1.3.0

21 Feb 16:54
Compare
Choose a tag to compare
  • Added waitForValue method which can be used to wait (and thus block) until a pin is of a given value.
  /**
   * Queues up an instruction that waits until the pin is of the given value before continuing execution.
   * > This instruction blocks all further scripts until the pin is of the given value.
   * @param pinValue the pin value to wait for. defaults to 1 (HIGH)
   */
  waitForValue(pinValue: PinValue = 1){...}

1.2.0

19 Feb 16:25
Compare
Choose a tag to compare
  • Removed unused options from Pin constructor.

1.0.0

19 Feb 16:14
Compare
Choose a tag to compare
updated old text