Add README.md with example usage
This commit is contained in:
parent
f52b58f6e9
commit
1a6eab88da
2 changed files with 28 additions and 1 deletions
|
|
@ -1,12 +1,13 @@
|
|||
[package]
|
||||
name = "w5500"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Michael Watzko <michael@watzko.de>"]
|
||||
repository = "https://github.com/kellerkindt/w5500.git"
|
||||
description = "W5500 IoT Controller implementation. Currently UDP sending and receiving is working. WIP"
|
||||
keywords = ["embedded", "w5500", "iot", "arm", "stm32"]
|
||||
categories = ["embedded", "hardware-support", "no-std", "network-programming"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
byteorder = { version = "1.2.1", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue