Skip to content

Releases: nerdralph/ArduinoShrink

Version 0.7.1

03 Jan 19:04
Compare
Choose a tag to compare

bug fixes and file renaming

version 0.7.0

11 Apr 14:28
Compare
Choose a tag to compare

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

version 0.6.1

09 Apr 10:53
Compare
Choose a tag to compare
  • fixes issue #8
  • fixes issue #6

version 0.6.0

02 Apr 22:26
Compare
Choose a tag to compare

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

21 Aug 21:00
Compare
Choose a tag to compare

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

v0.5.0

21 Aug 18:15
Compare
Choose a tag to compare

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

v0.4.0rc0

15 Jul 00:49
Compare
Choose a tag to compare

For testing only.

v0.2.0

13 Jul 18:36
Compare
Choose a tag to compare

Adds millis() and delay().

initial release

09 Jul 22:34
Compare
Choose a tag to compare

initial release with pinMode, digitalWrite, and digitalRead