File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
hardware/arduino/avr/libraries/SPI 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
@@ -155,7 +155,7 @@ class SPIClass {
155155 // Initialize the SPI library
156156 static void begin ();
157157
158- // If SPI is to used from within an interrupt, this function registers
158+ // If SPI is used from within an interrupt, this function registers
159159 // that interrupt with the SPI library, so beginTransaction() can
160160 // prevent conflicts. The input interruptNumber is the number used
161161 // with attachInterrupt. If SPI is used from a different interrupt
You can’t perform that action at this time.
0 commit comments