Signed-off-by: Bigbits <btx000@qq.com>
This commit is contained in:
Bigbits
2019-03-28 18:47:39 +08:00
parent d8b2123ba9
commit 04786cac13
8 changed files with 677 additions and 6 deletions

View File

@@ -62,8 +62,8 @@ extern class UARTClass Serial3;
#define RX1 6
#define TX1 7
#define SDA 10
#define SCL 9
#define SDA 31
#define SCL 30
static const uint8_t SS = SPI0_CS0 ;
static const uint8_t MOSI = SPI0_MOSI;

View File

@@ -62,8 +62,8 @@ extern class UARTClass Serial3;
#define RX1 6
#define TX1 7
#define SDA 10
#define SCL 9
#define SDA 31
#define SCL 30
static const uint8_t SS = SPI0_CS0 ;
static const uint8_t MOSI = SPI0_MOSI;