Skip to content

Commit 8e386f1

Browse files
committed
add SPI example
1 parent e46c200 commit 8e386f1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#include "SPI.h"
22

33
SPIClass spi0(SPI0);
4+
#ifdef K210
5+
#error "11111111"
6+
#else
7+
#error "222222"
8+
#endif
49

510
void setup()
611
{
File renamed without changes.

0 commit comments

Comments
 (0)