Skip to content

Commit fb63f1c

Browse files
committed
Merge branch 'master' of https://github.com/nerdralph/picoCore
2 parents 82c1726 + e390459 commit fb63f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# picoCore
2-
Small Arduino/Wiring core for 8-bit tiny AVRs: ATtiny13 and ATtiny25-85 series. Arduino Blink sketch compiled for the ATtiny85 is 64 bytes and for the ATtiny13 is 54 bytes.
2+
Small Arduino/Wiring core for 8-pin tiny AVRs: ATtiny13 and ATtiny25-85 series. Arduino Blink sketch compiled for the ATtiny85 is 64 bytes and for the ATtiny13 is 54 bytes.
33

44
I am writing this core from scratch, with code size and efficiency as the main goal. I am making use of AVR assembler code when the code size and efficiency goals cannot be readily attained with C/C++. Unlike the official AVR core, picoCore has compile-time checking of many arguments. Calling digitalWrite(42) will cause a compile error with the message, "pin out of range".
55

66

77
## Development Status
8-
Work in progress as of March 2020
8+
Work in progress as of spring 2020.
99

1010
Several of the most commonly used functions are implemented as of v0.2. Support for Serial.print is planned for v0.3.
1111

0 commit comments

Comments
 (0)