Skip to content

Commit e34b6f6

Browse files
committed
Add usage instructions to README
1 parent 96b246d commit e34b6f6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@ error: language item required, but not found: `eh_personality`
1717
error: aborting due to 2 previous errors
1818
```
1919

20+
## Usage
21+
22+
Add the following to your crate's `Cargo.toml`:
23+
24+
```
25+
[dependencies]
26+
avr-std-stub = "1.0"
27+
```
28+

0 commit comments

Comments
 (0)