From 70ef418a7a36bcb9c2994551e5bb3ae9843e111e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 21 Oct 2016 06:45:30 +0100 Subject: [PATCH] Add link to exception causes document --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a60ac4f..d3b582f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ A combination of a C# server and an arduino program that allows the control of a - Andrew C, Karen van Eck, Mike C ## Useful Links +### For another blog post + - [Arduino error codes](https://github.com/esp8266/Arduino/blob/master/doc/exception_causes.md) ### For Multicast networkinterface blog post - [NetworkInterface class](https://msdn.microsoft.com/en-us/library/system.net.networkinformation.networkinterface(v=vs.110).aspx)) - [Sockoverflow answer](http://stackoverflow.com/questions/2192548/specifying-what-network-interface-an-udp-multicast-should-go-to-in-net)