File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
variants/SparkFun_Edge_V2/config Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -33,20 +33,22 @@ extern const ap3_gpio_pad_t ap3_variant_pinmap[AP3_VARIANT_NUM_PINS];
33
33
class Uart ; // Forward declaration of Uart
34
34
extern Uart Serial;
35
35
36
- // Wire defines
37
- #define WIRE_INTERFACES_COUNT 2
38
36
39
- #define WireQwiic Wire // Giving Wire an alias of "WireQwiic" in case people want to use it
40
- #define AP3_Wire_IOM 4 // Secify that Wire uses IOMaster instance 4
37
+ // Todo: determine IOMaster allocation for Edge V2
38
+ // // Wire defines
39
+ // #define WIRE_INTERFACES_COUNT 2
41
40
42
- #define WireAccel Wire1
43
- #define AP3_Wire1_IOM 3
41
+ // #define WireQwiic Wire // Giving Wire an alias of "WireQwiic" in case people want to use it
42
+ // #define AP3_Wire_IOM 4 // Secify that Wire uses IOMaster instance 4
44
43
45
- // SPI Defines
46
- #define SPI_INTERFACES_COUNT 1
44
+ // #define WireAccel Wire1
45
+ // #define AP3_Wire1_IOM 3
47
46
48
- #define AP3_SPI_IOM 0 // Speciy that SPI uses IOMaster 0
49
- #define AP3_SPI_DUP ap3_spi_full_duplex // Specify that SPI is full-duplex (as opposed to ap3_spi_tx_only or ap3_spi_rx_only)
47
+ // // SPI Defines
48
+ // #define SPI_INTERFACES_COUNT 1
49
+
50
+ // #define AP3_SPI_IOM 0 // Speciy that SPI uses IOMaster 0
51
+ // #define AP3_SPI_DUP ap3_spi_full_duplex // Specify that SPI is full-duplex (as opposed to ap3_spi_tx_only or ap3_spi_rx_only)
50
52
51
53
#define LED_BUILTIN 19
52
54
You can’t perform that action at this time.
0 commit comments