File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11/*
22 * Copyright (c) 2010 by Cristian Maglie <c.maglie@bug.st>
33 * Copyright (c) 2014 by Paul Stoffregen <paul@pjrc.com> (Transaction API)
4+ * Copyright (c) 2014 by Matthijs Kooijman <matthijs@stdin.nl> (SPISettings AVR)
45 * SPI Master library for arduino.
56 *
67 * This file is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 2121
2222// Uncomment this line to add detection of mismatched begin/end transactions.
2323// A mismatch occurs if other libraries fail to use SPI.endTransaction() for
24- // each SPI.beginTransaction(). Connect a LED to this pin. The LED will turn
24+ // each SPI.beginTransaction(). Connect an LED to this pin. The LED will turn
2525// on if any mismatch is ever detected.
2626// #define SPI_TRANSACTION_MISMATCH_LED 5
2727
@@ -147,7 +147,7 @@ class SPIClass {
147147 // Initialize the SPI library
148148 static void begin ();
149149
150- // If SPI is to used from within an interrupt, this function registers
150+ // If SPI is used from within an interrupt, this function registers
151151 // that interrupt with the SPI library, so beginTransaction() can
152152 // prevent conflicts. The input interruptNumber is the number used
153153 // with attachInterrupt. If SPI is used from a different interrupt
You can’t perform that action at this time.
0 commit comments