diff options
author | Cristian Maglie <c.maglie@bug.st> | 2014-10-21 12:52:06 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2014-11-14 00:23:11 +0100 |
commit | 39b2b392345801ae53490b0a8dde1f44aa842109 (patch) | |
tree | ca7c2fd13690b71bb3589efa65c1d5c5e6ff30c3 /libraries/SPI/SPI.cpp | |
parent | f61b5ee5deeeb2f2ce969ac840cd7958097bb8c3 (diff) |
[avr] Small comments and headers fixes in SPI
Diffstat (limited to 'libraries/SPI/SPI.cpp')
-rw-r--r-- | libraries/SPI/SPI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/SPI/SPI.cpp b/libraries/SPI/SPI.cpp index 9a7a400..30ac13c 100644 --- a/libraries/SPI/SPI.cpp +++ b/libraries/SPI/SPI.cpp @@ -1,6 +1,7 @@ /* * Copyright (c) 2010 by Cristian Maglie <c.maglie@bug.st> * Copyright (c) 2014 by Paul Stoffregen <paul@pjrc.com> (Transaction API) + * Copyright (c) 2014 by Matthijs Kooijman <matthijs@stdin.nl> (SPISettings AVR) * SPI Master library for arduino. * * This file is free software; you can redistribute it and/or modify |