Skip to content

v1.3.1 - allow mocking of digitalWrite(); add stubs for tone() and noTone()

Compare
Choose a tag to compare
@bxparks bxparks released this 14 Aug 01:22
· 28 commits to master since this release
3ec3cd3
  • 1.3.1 (2022-08-13)
    • Add tone() and noTone() stubs. By @kwisii in
      PR#69.
    • Add uint8_t digitalWriteValue(pin) which returns the value of the
      most recent digitalWrite(pin, val). By @kwisii in
      PR#68.