Skip to content

Commit dafa2d7

Browse files
authored
initial README.md
1 parent 160df86 commit dafa2d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# ArduinoShrink
2+
This library replaces Arduino AVR Core functions with smaller and faster versions.
3+
For example, the Blink example sketch build for the Uno is 284 bytes smaller with ArduinoShrink.
4+
5+
## Usage
6+
Select ArduinoShrink from the Sketch, Include Library menu. This will replace pinMode, digitalWrite, and digitalRead with much smaller and faster versions.

0 commit comments

Comments
 (0)