Skip to content

Commit a33967b

Browse files
committed
0.6.0 rc
1 parent 3bd820c commit a33967b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# ArduinoShrink
2-
This library replaces Arduino AVR Core functions with smaller and faster versions, with the same functionality. The ATmega168 and 328 MCUs are supported at both 8MHz and 16Mhz.
3-
The Arduino Blink example sketch built for the Uno takes 924 bytes of flash, but only needs 286 bytes with ArduinoShrink.
2+
This library replaces Arduino AVR Core functions with smaller and faster versions, with the same or better functionality. It is designed for the ATmega168 and 328 MCUs at 4 to 16 MHZ, though only 8MHz and 16Mhz are regularly tested.
3+
The Arduino Blink example sketch built for the Uno takes 924 bytes of flash, but only needs 192 bytes with ArduinoShrink.
44

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+
## Planned Improvements
9+
Update digitalWrite() to work when the pin is not known at compile time.
10+

library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ paragraph=
77
url=
88
architectures=avr
99
dot_a_linkage=true
10+
includes=ArduinoShrink.h

0 commit comments

Comments
 (0)