Quellcode durchsuchen

Fix minor grammar error in comments

main
PaulStoffregen vor 10 Jahren
Ursprung
Commit
0d69254081
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      SPI.h

+ 1
- 1
SPI.h Datei anzeigen

@@ -157,7 +157,7 @@ public:
// Initialize the SPI library
static void begin();

// If SPI is to used from within an interrupt, this function registers
// If SPI is used from within an interrupt, this function registers
// that interrupt with the SPI library, so beginTransaction() can
// prevent conflicts. The input interruptNumber is the number used
// with attachInterrupt. If SPI is used from a different interrupt

Laden…
Abbrechen
Speichern