Add README.md with example usage

This commit is contained in:
Michael Watzko 2018-03-29 20:57:23 +02:00
commit 1a6eab88da
2 changed files with 28 additions and 1 deletions

View file

@ -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 }