You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ This library replaces Arduino AVR Core functions with smaller and faster version
3
3
For example, the Blink example sketch built for the Uno takes 924 bytes of flash, but only needs 196 bytes with ArduinoShrink.
4
4
5
5
## Usage
6
-
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 [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.
7
7
8
8
## Limitations
9
9
ArduinoShrink implements a simple millis timer, but does not implement micros.
0 commit comments