Skip to content

Commit ea38b68

Browse files
committed
add blog link
1 parent 5324991 commit ea38b68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The Arduino Blink example sketch built for the Uno takes 924 bytes of flash, but
55
## Usage
66
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 several Arduino functions with smaller and faster versions. The Arduino pin number must be known at compile time if you are using this library.
77

8+
## Design and Implemenation
9+
I've written <a href="http://nerdralph.blogspot.com/2021/04/honey-i-shrunk-arduino-core.html">a blog post</a> discussing the implementation details of ArduinoShrink.
10+
811
## Planned Improvements
912
Update digitalWrite() to work when the pin is not known at compile time.
1013

0 commit comments

Comments
 (0)