Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 21b1097

Browse files
committed
Cleaned and renamed SPI file
1 parent 4f42e64 commit 21b1097

File tree

8 files changed

+158
-1037
lines changed

8 files changed

+158
-1037
lines changed

cores/arduino/HardwareSPI.h

Lines changed: 0 additions & 163 deletions
This file was deleted.

cores/arduino/HardwareSPI.cpp renamed to cores/arduino/SPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extern "C" {
2424

2525
}
2626

27-
#include "HardwareSPI.h"
27+
#include "SPI.h"
2828
SPIClass SPI;
2929

3030
SPI_HandleTypeDef hSPIx;

cores/arduino/spi.c

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)