瀏覽代碼

Fix minor grammar error in comments

main
PaulStoffregen 10 年之前
父節點
當前提交
0d69254081
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      SPI.h

+ 1
- 1
SPI.h 查看文件

@@ -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

Loading…
取消
儲存