Skip to content

Releases: nerdralph/ArduinoShrink

Version 0.7.1

Choose a tag to compare

@nerdralph nerdralph released this 03 Jan 19:04

bug fixes and file renaming

version 0.7.0

Choose a tag to compare

@nerdralph nerdralph released this 11 Apr 14:28

wiring_digital functions now work when the pin is not a compile-time constant.

version 0.6.1

Choose a tag to compare

@nerdralph nerdralph released this 09 Apr 10:53
  • fixes issue #8
  • fixes issue #6

version 0.6.0

Choose a tag to compare

@nerdralph nerdralph released this 02 Apr 22:26

rewrite of delay() works without millis(), and only needs timer0
delayMircorseconds() from picoCore
rewrite of timer0 ISR, optimized for millis() use
includes a smaller version of main()

v0.5.1

Choose a tag to compare

@nerdralph nerdralph released this 21 Aug 21:00

Add file missing in 0.5.0
Support multiple clock frequencies (1, 8, & 16Mhz).

v0.5.0

Choose a tag to compare

@nerdralph nerdralph released this 21 Aug 18:15

Implements a timer-based delay() for functional compatibility with the official Arduino core.

v0.4.0rc0

Choose a tag to compare

@nerdralph nerdralph released this 15 Jul 00:49

For testing only.

v0.2.0

Choose a tag to compare

@nerdralph nerdralph released this 13 Jul 18:36

Adds millis() and delay().

initial release

Choose a tag to compare

@nerdralph nerdralph released this 09 Jul 22:34

initial release with pinMode, digitalWrite, and digitalRead