Ethernet Shield code

This commit is contained in:
Andreas Mieke 2018-04-03 22:50:13 +02:00
parent 496209fb46
commit f3d70e65a8
7 changed files with 1158 additions and 2 deletions

View file

@ -349,7 +349,7 @@
}
@manual{ basis:rgbdriver,
organization = " Semiconductor Components Industries, LLC",
organization = "Semiconductor Components Industries, LLC",
title = "Triple Output I2C Controlled RGB LED Driver",
number = "NCP5623",
year = "2008",
@ -357,4 +357,26 @@
note = "Rev. 6",
url = "https://www.onsemi.com/pub/Collateral/NCP5623-D.PDF",
urldate = "2018-03-18"
}
@misc{ arduino:ethernet,
author = {Tinitigan, Dino},
title = {Arduino Ethernet Library},
year = {2016},
publisher = {GitHub},
journal = {GitHub repository},
url = {https://github.com/arduino/Arduino/tree/master/libraries/Ethernet/src/utility},
commit = {0873b36aa53590e2ace81a3b0535ead7c668bcbb},
urldate = "2018-04-03"
}
@manual{ arduino:ethernetchip,
organization = "{WIZnet Co., Inc.}",
title = "W5100 Datasheet",
number = "W5100",
year = "2008",
month = "1",
note = "Version 1.1.6",
url = "https://www.sparkfun.com/datasheets/DevTools/Arduino/W5100_Datasheet_v1_1_6.pdf",
urldate = "2018-04-03"
}