Skip to content

Commit f72458a

Browse files
authored
correct release link
1 parent fc834f8 commit f72458a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This library replaces Arduino AVR Core functions with smaller and faster version
33
For example, the Blink example sketch built for the Uno takes 924 bytes of flash, but only needs 196 bytes with ArduinoShrink.
44

55
## Usage
6-
Download [https://github.com/nerdralph/ArduinoShrink/releases](a release), and extract the files into your Arduino/libraries folder. Select ArduinoShrink from the Sketch, Include Library menu. This will replace pinMode, digitalWrite, and digitalRead with much smaller and faster versions. The Arduino pin number must be known at compile time if you are using this library.
6+
Download [a release](https://github.com/nerdralph/ArduinoShrink/releases), and extract the files into your Arduino/libraries folder. Select ArduinoShrink from the Sketch, Include Library menu. This will replace pinMode, digitalWrite, and digitalRead with much smaller and faster versions. The Arduino pin number must be known at compile time if you are using this library.
77

88
## Limitations
99
ArduinoShrink implements a simple millis timer, but does not implement micros.

0 commit comments

Comments
 (0)