all: Replace busses with buses.
"buses" is the widely accepted plural form of "bus".
This commit is contained in:
parent
1ca66efbf7
commit
47b778332a
|
@ -25,7 +25,7 @@ For this example to work the CC3000 module must have the following connections:
|
|||
- VBEN connected to Y4
|
||||
- IRQ connected to Y3
|
||||
|
||||
It is possible to use other SPI busses and other pins for CS, VBEN and IRQ.
|
||||
It is possible to use other SPI buses and other pins for CS, VBEN and IRQ.
|
||||
|
||||
Constructors
|
||||
------------
|
||||
|
|
|
@ -26,7 +26,7 @@ For this example to work the WIZnet5x00 module must have the following connectio
|
|||
- nSS connected to X5
|
||||
- nRESET connected to X4
|
||||
|
||||
It is possible to use other SPI busses and other pins for nSS and nRESET.
|
||||
It is possible to use other SPI buses and other pins for nSS and nRESET.
|
||||
|
||||
Constructors
|
||||
------------
|
||||
|
|
|
@ -30,7 +30,7 @@ Constructors
|
|||
the bus, if any). If extra arguments are given, the bus is initialised.
|
||||
See :meth:`CAN.init` for parameters of initialisation.
|
||||
|
||||
The physical pins of the CAN busses are:
|
||||
The physical pins of the CAN buses are:
|
||||
|
||||
- ``CAN(1)`` is on ``YA``: ``(RX, TX) = (Y3, Y4) = (PB8, PB9)``
|
||||
- ``CAN(2)`` is on ``YB``: ``(RX, TX) = (Y5, Y6) = (PB12, PB13)``
|
||||
|
|
|
@ -64,7 +64,7 @@ Constructors
|
|||
the bus, if any). If extra arguments are given, the bus is initialised.
|
||||
See ``init`` for parameters of initialisation.
|
||||
|
||||
The physical pins of the I2C busses on Pyboards V1.0 and V1.1 are:
|
||||
The physical pins of the I2C buses on Pyboards V1.0 and V1.1 are:
|
||||
|
||||
- ``I2C(1)`` is on the X position: ``(SCL, SDA) = (X9, X10) = (PB6, PB7)``
|
||||
- ``I2C(2)`` is on the Y position: ``(SCL, SDA) = (Y9, Y10) = (PB10, PB11)``
|
||||
|
|
|
@ -36,7 +36,7 @@ Constructors
|
|||
the bus, if any). If extra arguments are given, the bus is initialised.
|
||||
See ``init`` for parameters of initialisation.
|
||||
|
||||
The physical pins of the SPI busses are:
|
||||
The physical pins of the SPI buses are:
|
||||
|
||||
- ``SPI(1)`` is on the X position: ``(NSS, SCK, MISO, MOSI) = (X5, X6, X7, X8) = (PA4, PA5, PA6, PA7)``
|
||||
- ``SPI(2)`` is on the Y position: ``(NSS, SCK, MISO, MOSI) = (Y5, Y6, Y7, Y8) = (PB12, PB13, PB14, PB15)``
|
||||
|
|
|
@ -57,7 +57,7 @@ Constructors
|
|||
the bus, if any). If extra arguments are given, the bus is initialised.
|
||||
See ``init`` for parameters of initialisation.
|
||||
|
||||
The physical pins of the UART busses on Pyboard are:
|
||||
The physical pins of the UART buses on Pyboard are:
|
||||
|
||||
- ``UART(4)`` is on ``XA``: ``(TX, RX) = (X1, X2) = (PA0, PA1)``
|
||||
- ``UART(1)`` is on ``XB``: ``(TX, RX) = (X9, X10) = (PB6, PB7)``
|
||||
|
|
|
@ -126,7 +126,7 @@ Power related functions
|
|||
- pclk2: frequency of the APB2 bus
|
||||
|
||||
If given any arguments then the function sets the frequency of the CPU,
|
||||
and the busses if additional arguments are given. Frequencies are given in
|
||||
and the buses if additional arguments are given. Frequencies are given in
|
||||
Hz. Eg freq(120000000) sets sysclk (the CPU frequency) to 120MHz. Note that
|
||||
not all values are supported and the largest supported frequency not greater
|
||||
than the given value will be selected.
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#define MICROPY_HW_UART6_TX (pin_C6) // D6
|
||||
#define MICROPY_HW_UART6_RX (pin_C7) // D5
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_NAME "I2C1"
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B6) // SCL
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B7) // SDA
|
||||
|
@ -47,7 +47,7 @@
|
|||
#define MICROPY_HW_I2C2_SCL (pin_B10) // TX
|
||||
#define MICROPY_HW_I2C2_SDA (pin_B11) // RX
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NAME "SPIFLASH"
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A15) // FLASH CS
|
||||
#define MICROPY_HW_SPI1_SCK (pin_B3) // FLASH CLK
|
||||
|
@ -59,7 +59,7 @@
|
|||
#define MICROPY_HW_SPI2_MISO (pin_B14) // MISO
|
||||
#define MICROPY_HW_SPI2_MOSI (pin_B15) // MOSI
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_NAME "CAN1"
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9) // D10
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8) // D9
|
||||
|
|
|
@ -35,11 +35,11 @@
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_2
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A15)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5)
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6)
|
||||
|
|
|
@ -28,20 +28,20 @@
|
|||
// USART3 config for internal use
|
||||
#define MICROPY_HW_UART3_TX (pin_D8)
|
||||
#define MICROPY_HW_UART3_RX (pin_D9)
|
||||
// USART4 config
|
||||
// USART4 config
|
||||
#define MICROPY_HW_UART4_TX (pin_A0)
|
||||
#define MICROPY_HW_UART4_RX (pin_A1)
|
||||
// USART 1 is connected to the virtual com port on the ST-LINK
|
||||
#define MICROPY_HW_UART_REPL PYB_UART_1
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9)
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
#define MICROPY_HW_I2C2_SDA (pin_B11)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5)
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6)
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define MICROPY_HW_UART6_TX (pin_C6)
|
||||
#define MICROPY_HW_UART6_RX (pin_C7)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B6)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B7)
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
|
@ -39,7 +39,7 @@
|
|||
#define MICROPY_HW_I2C3_SCL (pin_A8)
|
||||
#define MICROPY_HW_I2C3_SDA (pin_C9)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5)
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6)
|
||||
|
@ -49,7 +49,7 @@
|
|||
#define MICROPY_HW_SPI3_MISO (pin_B4)
|
||||
#define MICROPY_HW_SPI3_MOSI (pin_B5)
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9)
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8)
|
||||
#define MICROPY_HW_CAN2_TX (pin_B13)
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#define MICROPY_HW_UART6_TX (pin_A11)
|
||||
#define MICROPY_HW_UART6_RX (pin_A12)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B6)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B7)
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
|
@ -40,7 +40,7 @@
|
|||
#define MICROPY_HW_I2C3_SCL (pin_A8)
|
||||
#define MICROPY_HW_I2C3_SDA (pin_B4)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5)
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6)
|
||||
|
|
|
@ -30,13 +30,13 @@
|
|||
#define MICROPY_HW_UART6_TX (pin_C6)
|
||||
#define MICROPY_HW_UART6_RX (pin_C7)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B6)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B7)
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
#define MICROPY_HW_I2C2_SDA (pin_B11)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5)
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6)
|
||||
|
|
|
@ -25,13 +25,13 @@ void LIMIFROG_board_early_init(void);
|
|||
#define MICROPY_HW_UART3_TX (pin_C10)
|
||||
#define MICROPY_HW_UART3_RX (pin_C11)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9)
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
#define MICROPY_HW_I2C2_SDA (pin_B11)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5)
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6)
|
||||
|
|
|
@ -39,11 +39,11 @@ void NETDUINO_PLUS_2_board_early_init(void);
|
|||
#define MICROPY_HW_UART6_TX (pin_C6)
|
||||
#define MICROPY_HW_UART6_RX (pin_C7)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B6)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B7)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI2_NSS (pin_B12)
|
||||
#define MICROPY_HW_SPI2_SCK (pin_B13)
|
||||
#define MICROPY_HW_SPI2_MISO (pin_B14)
|
||||
|
|
|
@ -49,13 +49,13 @@
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_2
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8) // Arduino D15, pin 3 on CN10
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9) // Arduino D14, pin 5 on CN10
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10) // Arduino D6, pin 25 on CN10
|
||||
#define MICROPY_HW_I2C2_SDA (pin_B11) // pin 18 on CN10
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A15) // pin 17 on CN7
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5) // Arduino D13, pin 11 on CN10
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6) // Arduino D12, pin 13 on CN10
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_2
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8) // Arduino D15, pin 3 on CN10
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9) // D14, pin 5 on CN10
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10) // Arduino D6, pin 25 on CN10
|
||||
|
@ -38,7 +38,7 @@
|
|||
#define MICROPY_HW_I2C3_SCL (pin_A8) // Arduino D7, pin 23 on CN10
|
||||
#define MICROPY_HW_I2C3_SDA (pin_C9) // pin 1 on CN10
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A15) // pin 17 on CN7
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5) // Arduino D13, pin 11 on CN10
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6) // Arduino D12, pin 13 on CN10
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_2
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8) // Arduino D15, pin 3 on CN10
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9) // D14, pin 5 on CN10
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10) // Arduino D6, pin 25 on CN10
|
||||
|
@ -29,7 +29,7 @@
|
|||
#define MICROPY_HW_I2C3_SCL (pin_A8) // Arduino D7, pin 23 on CN10
|
||||
#define MICROPY_HW_I2C3_SDA (pin_C9) // pin 1 on CN10
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A15) // pin 17 on CN7
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5) // Arduino D13, pin 11 on CN10
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6) // Arduino D12, pin 13 on CN10
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_3
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9)
|
||||
#define MICROPY_HW_I2C2_SCL (pin_F1)
|
||||
|
@ -49,7 +49,7 @@
|
|||
#define MICROPY_HW_I2C3_SCL (pin_A8)
|
||||
#define MICROPY_HW_I2C3_SDA (pin_C9)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4) // shared with DAC
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5) // shared with DAC
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6)
|
||||
|
@ -71,7 +71,7 @@
|
|||
#define MICROPY_HW_SPI5_MISO (pin_E13)
|
||||
#define MICROPY_HW_SPI5_MOSI (pin_E14)
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_G1)
|
||||
#define MICROPY_HW_CAN1_RX (pin_G0)
|
||||
#define MICROPY_HW_CAN2_TX (pin_G12)
|
||||
|
|
|
@ -38,11 +38,11 @@
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_3
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C3_SCL (pin_A8)
|
||||
#define MICROPY_HW_I2C3_SDA (pin_C9)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_B3)
|
||||
#define MICROPY_HW_SPI1_MISO (pin_B4)
|
||||
|
@ -58,7 +58,7 @@
|
|||
#define MICROPY_HW_SPI5_MISO (pin_F8)
|
||||
#define MICROPY_HW_SPI5_MOSI (pin_F9)
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9)
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8)
|
||||
#define MICROPY_HW_CAN2_TX (pin_B13)
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_2
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B6) // Arduino D10, pin 17 on CN10
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B7) // pin 21 on CN7
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10) // Arduino D6, pin 25 on CN10
|
||||
|
@ -32,7 +32,7 @@
|
|||
#define MICROPY_HW_I2C3_SCL (pin_A8) // Arduino D7, pin 23 on CN10
|
||||
#define MICROPY_HW_I2C3_SDA (pin_C9) // pin 1 on CN10
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A15) // pin 17 on CN7
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5) // Arduino D13, pin 11 on CN10
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6) // Arduino D12, pin 13 on CN10
|
||||
|
|
|
@ -40,19 +40,19 @@
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_3
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9)
|
||||
#define MICROPY_HW_I2C3_SCL (pin_H7)
|
||||
#define MICROPY_HW_I2C3_SDA (pin_H8)
|
||||
|
||||
// SPI
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI3_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI3_SCK (pin_B3)
|
||||
#define MICROPY_HW_SPI3_MISO (pin_B4)
|
||||
#define MICROPY_HW_SPI3_MOSI (pin_B5)
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9)
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8)
|
||||
#define MICROPY_HW_CAN2_TX (pin_B13)
|
||||
|
|
|
@ -41,7 +41,7 @@ void NUCLEO_F767ZI_board_early_init(void);
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_3
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9)
|
||||
#define MICROPY_HW_I2C2_SCL (pin_F1)
|
||||
|
@ -49,13 +49,13 @@ void NUCLEO_F767ZI_board_early_init(void);
|
|||
#define MICROPY_HW_I2C4_SCL (pin_F14)
|
||||
#define MICROPY_HW_I2C4_SDA (pin_F15)
|
||||
|
||||
// SPI
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI3_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI3_SCK (pin_B3)
|
||||
#define MICROPY_HW_SPI3_MISO (pin_B4)
|
||||
#define MICROPY_HW_SPI3_MOSI (pin_B5)
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_D1)
|
||||
#define MICROPY_HW_CAN1_RX (pin_D0)
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ void NUCLEO_H743ZI_board_early_init(void);
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_3
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9)
|
||||
#define MICROPY_HW_I2C2_SCL (pin_F1)
|
||||
|
@ -57,7 +57,7 @@ void NUCLEO_H743ZI_board_early_init(void);
|
|||
#define MICROPY_HW_I2C4_SCL (pin_F14)
|
||||
#define MICROPY_HW_I2C4_SDA (pin_F15)
|
||||
|
||||
// SPI
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI3_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI3_SCK (pin_B3)
|
||||
#define MICROPY_HW_SPI3_MISO (pin_B4)
|
||||
|
|
|
@ -34,11 +34,11 @@
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_2
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8) // Arduino D15, pin 3 on CN10
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9) // Arduino D14, pin 5 on CN10
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A15) // pin 17 on CN7
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5) // Arduino D13, pin 11 on CN10
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6) // Arduino D12, pin 13 on CN10
|
||||
|
|
|
@ -42,13 +42,13 @@
|
|||
|
||||
#define MICROPY_HW_FLASH_LATENCY FLASH_LATENCY_4
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_A9)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_A10)
|
||||
#define MICROPY_HW_I2C3_SCL (pin_A7)
|
||||
#define MICROPY_HW_I2C3_SDA (pin_B4)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_B0)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5)
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6)
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_2
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8) // Arduino D15, pin 3 on CN10
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9) // Arduino D14, pin 5 on CN10
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10) // Arduino D6, pin 25 on CN10
|
||||
|
@ -44,7 +44,7 @@
|
|||
#define MICROPY_HW_I2C4_SCL (pin_C0) // pin 38 on CN7
|
||||
#define MICROPY_HW_I2C4_SDA (pin_C1) // pin 36 on CN7
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A15) // pin 17 on CN7
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5) // Arduino D13, pin 11 on CN10
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6) // Arduino D12, pin 13 on CN10
|
||||
|
@ -58,7 +58,7 @@
|
|||
#define MICROPY_HW_SPI3_MISO (pin_C11) // pin 2 on CN7
|
||||
#define MICROPY_HW_SPI3_MOSI (pin_C12) // pin 3 on CN7
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9)
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8)
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_2
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9)
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
|
@ -54,7 +54,7 @@
|
|||
#define MICROPY_HW_I2C3_SCL (pin_C0)
|
||||
#define MICROPY_HW_I2C3_SDA (pin_C1)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_B3)
|
||||
#define MICROPY_HW_SPI1_MISO (pin_B4)
|
||||
|
@ -64,7 +64,7 @@
|
|||
#define MICROPY_HW_SPI2_MISO (pin_B14)
|
||||
#define MICROPY_HW_SPI2_MOSI (pin_B15)
|
||||
|
||||
// CAN bus
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_A12)
|
||||
#define MICROPY_HW_CAN1_RX (pin_A11)
|
||||
|
||||
|
|
|
@ -36,13 +36,13 @@
|
|||
#define MICROPY_HW_UART6_TX (pin_C6)
|
||||
#define MICROPY_HW_UART6_RX (pin_C7)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9)
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
#define MICROPY_HW_I2C2_SDA (pin_B11)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5)
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6)
|
||||
|
@ -52,7 +52,7 @@
|
|||
#define MICROPY_HW_SPI2_MISO (pin_B14)
|
||||
#define MICROPY_HW_SPI2_MOSI (pin_B15)
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9)
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8)
|
||||
#define MICROPY_HW_CAN2_TX (pin_B13)
|
||||
|
|
|
@ -122,7 +122,7 @@ extern struct _spi_bdev_t spi_bdev2;
|
|||
#define MICROPY_HW_UART6_RTS (pyb_pin_BT_RTS)
|
||||
#define MICROPY_HW_UART6_CTS (pyb_pin_BT_CTS)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_NAME "X"
|
||||
#define MICROPY_HW_I2C1_SCL (pyb_pin_X9)
|
||||
#define MICROPY_HW_I2C1_SDA (pyb_pin_X10)
|
||||
|
@ -130,7 +130,7 @@ extern struct _spi_bdev_t spi_bdev2;
|
|||
#define MICROPY_HW_I2C2_SCL (pyb_pin_Y9)
|
||||
#define MICROPY_HW_I2C2_SDA (pyb_pin_Y10)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NAME "X"
|
||||
#define MICROPY_HW_SPI1_NSS (pyb_pin_X5)
|
||||
#define MICROPY_HW_SPI1_SCK (pyb_pin_X6)
|
||||
|
@ -146,7 +146,7 @@ extern struct _spi_bdev_t spi_bdev2;
|
|||
#define MICROPY_HW_SPI3_MISO (pyb_pin_W50)
|
||||
#define MICROPY_HW_SPI3_MOSI (pyb_pin_W46)
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_NAME "X"
|
||||
#define MICROPY_HW_CAN1_TX (pyb_pin_X10)
|
||||
#define MICROPY_HW_CAN1_RX (pyb_pin_X9)
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#define MICROPY_HW_UART7_TX (pyb_pin_W16)
|
||||
#define MICROPY_HW_UART7_RX (pyb_pin_W22B)
|
||||
|
||||
// Extra CAN busses
|
||||
// Extra CAN buses
|
||||
#define MICROPY_HW_CAN2_NAME "Y"
|
||||
#define MICROPY_HW_CAN2_TX (pyb_pin_Y6)
|
||||
#define MICROPY_HW_CAN2_RX (pyb_pin_Y5)
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#define MICROPY_HW_UART6_TX (pin_C6)
|
||||
#define MICROPY_HW_UART6_RX (pin_C7)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_NAME "X"
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B6)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B7)
|
||||
|
@ -43,7 +43,7 @@
|
|||
#define MICROPY_HW_I2C3_SCL (pin_A8)
|
||||
#define MICROPY_HW_I2C3_SDA (pin_B8)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NAME "X"
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4) // X5
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5) // X6
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#define MICROPY_HW_UART6_TX (pin_C6)
|
||||
#define MICROPY_HW_UART6_RX (pin_C7)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_NAME "X"
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B6)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B7)
|
||||
|
@ -52,7 +52,7 @@
|
|||
#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
#define MICROPY_HW_I2C2_SDA (pin_B11)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NAME "X"
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4) // X5
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5) // X6
|
||||
|
@ -64,7 +64,7 @@
|
|||
#define MICROPY_HW_SPI2_MISO (pin_B14) // Y7
|
||||
#define MICROPY_HW_SPI2_MOSI (pin_B15) // Y8
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_NAME "YA"
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9) // Y4
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8) // Y3
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#define MICROPY_HW_UART6_TX (pin_C6)
|
||||
#define MICROPY_HW_UART6_RX (pin_C7)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_NAME "X"
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B6)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B7)
|
||||
|
@ -52,7 +52,7 @@
|
|||
#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
#define MICROPY_HW_I2C2_SDA (pin_B11)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NAME "X"
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4) // X5
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5) // X6
|
||||
|
@ -64,7 +64,7 @@
|
|||
#define MICROPY_HW_SPI2_MISO (pin_B14) // Y7
|
||||
#define MICROPY_HW_SPI2_MOSI (pin_B15) // Y8
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_NAME "YA"
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9) // Y4
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8) // Y3
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
#define MICROPY_HW_I2C2_SDA (pin_B11)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NAME "X"
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4) // X5
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5) // X6
|
||||
|
@ -56,7 +56,7 @@
|
|||
#define MICROPY_HW_SPI2_MISO (pin_B14) // Y7
|
||||
#define MICROPY_HW_SPI2_MOSI (pin_B15) // Y8
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9) // Y4
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8) // Y3
|
||||
#define MICROPY_HW_CAN2_TX (pin_B13) // Y6
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#define MICROPY_HW_UART6_PORT (GPIOC)
|
||||
#define MICROPY_HW_UART6_PINS (GPIO_PIN_6 | GPIO_PIN_7)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_NAME "X"
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B6)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B7)
|
||||
|
@ -49,7 +49,7 @@
|
|||
#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
#define MICROPY_HW_I2C2_SDA (pin_B11)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NAME "X"
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4) // X5
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5) // X6
|
||||
|
@ -61,7 +61,7 @@
|
|||
#define MICROPY_HW_SPI2_MISO (pin_B14) // Y7
|
||||
#define MICROPY_HW_SPI2_MOSI (pin_B15) // Y8
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_NAME "YA"
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9) // Y4
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8) // Y3
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#define MICROPY_HW_UART6_TX (pin_C6)
|
||||
#define MICROPY_HW_UART6_RX (pin_C7)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B6)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9)
|
||||
//#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
|
@ -34,7 +34,7 @@
|
|||
#define MICROPY_HW_I2C3_SCL (pin_A8)
|
||||
#define MICROPY_HW_I2C3_SDA (pin_A9)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5)
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6)
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
#define MICROPY_HW_UART2_TX (pin_D8)
|
||||
#define MICROPY_HW_UART2_RX (pin_D9)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C3_SCL (pin_A8)
|
||||
#define MICROPY_HW_I2C3_SDA (pin_C9)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
//#define MICROPY_HW_SPI1_NSS (pin_A4)
|
||||
//#define MICROPY_HW_SPI1_SCK (pin_A5)
|
||||
//#define MICROPY_HW_SPI1_MISO (pin_A6)
|
||||
|
@ -52,7 +52,7 @@
|
|||
//#define MICROPY_HW_SPI6_MISO (pin_G12)
|
||||
//#define MICROPY_HW_SPI6_MOSI (pin_G14)
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9)
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8)
|
||||
#define MICROPY_HW_CAN2_TX (pin_B13)
|
||||
|
|
|
@ -40,11 +40,11 @@
|
|||
#define MICROPY_HW_UART6_TX (pin_C6)
|
||||
#define MICROPY_HW_UART6_RX (pin_C7)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_A8)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_C9)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5)
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6)
|
||||
|
@ -74,7 +74,7 @@
|
|||
//#define MICROPY_HW_SPI6_MISO (pin_G12)
|
||||
//#define MICROPY_HW_SPI6_MOSI (pin_G14)
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9)
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8)
|
||||
#define MICROPY_HW_CAN2_TX (pin_B13)
|
||||
|
|
|
@ -43,13 +43,13 @@
|
|||
#define MICROPY_HW_UART6_TX (pin_C6)
|
||||
#define MICROPY_HW_UART6_RX (pin_C7)
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B6)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B7)
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
#define MICROPY_HW_I2C2_SDA (pin_B11)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A4)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5)
|
||||
#define MICROPY_HW_SPI1_MISO (pin_A6)
|
||||
|
@ -59,7 +59,7 @@
|
|||
#define MICROPY_HW_SPI2_MISO (pin_B14)
|
||||
#define MICROPY_HW_SPI2_MOSI (pin_B15)
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9)
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8)
|
||||
#define MICROPY_HW_CAN2_TX (pin_B13)
|
||||
|
|
|
@ -59,19 +59,19 @@ extern struct _spi_bdev_t spi_bdev;
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_1
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9)
|
||||
#define MICROPY_HW_I2C3_SCL (pin_H7)
|
||||
#define MICROPY_HW_I2C3_SDA (pin_H8)
|
||||
|
||||
// SPI
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI2_NSS (pin_A11)
|
||||
#define MICROPY_HW_SPI2_SCK (pin_A12)
|
||||
#define MICROPY_HW_SPI2_MISO (pin_B14)
|
||||
#define MICROPY_HW_SPI2_MOSI (pin_B15)
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9)
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8)
|
||||
#define MICROPY_HW_CAN2_TX (pin_B13)
|
||||
|
|
|
@ -38,20 +38,20 @@ void STM32F7DISC_board_early_init(void);
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_1
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B8)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B9)
|
||||
|
||||
#define MICROPY_HW_I2C3_SCL (pin_H7)
|
||||
#define MICROPY_HW_I2C3_SDA (pin_H8)
|
||||
|
||||
// SPI
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI2_NSS (pin_I0)
|
||||
#define MICROPY_HW_SPI2_SCK (pin_I1)
|
||||
#define MICROPY_HW_SPI2_MISO (pin_B14)
|
||||
#define MICROPY_HW_SPI2_MOSI (pin_B15)
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9)
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8)
|
||||
#define MICROPY_HW_CAN2_TX (pin_B13)
|
||||
|
|
|
@ -50,19 +50,19 @@ extern struct _spi_bdev_t spi_bdev;
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_2
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_B6)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_B7)
|
||||
#define MICROPY_HW_I2C2_SCL (pin_B10)
|
||||
#define MICROPY_HW_I2C2_SDA (pin_B11)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
#define MICROPY_HW_SPI2_NSS (pin_D0)
|
||||
#define MICROPY_HW_SPI2_SCK (pin_D1)
|
||||
#define MICROPY_HW_SPI2_MISO (pin_D3)
|
||||
#define MICROPY_HW_SPI2_MOSI (pin_D4)
|
||||
|
||||
// CAN busses
|
||||
// CAN buses
|
||||
#define MICROPY_HW_CAN1_TX (pin_B9)
|
||||
#define MICROPY_HW_CAN1_RX (pin_B8)
|
||||
|
||||
|
|
|
@ -26,13 +26,13 @@
|
|||
#define MICROPY_HW_UART_REPL PYB_UART_2
|
||||
#define MICROPY_HW_UART_REPL_BAUD 115200
|
||||
|
||||
// I2C busses
|
||||
// I2C buses
|
||||
#define MICROPY_HW_I2C1_SCL (pin_G14)
|
||||
#define MICROPY_HW_I2C1_SDA (pin_G13)
|
||||
#define MICROPY_HW_I2C2_SCL (pin_H4)
|
||||
#define MICROPY_HW_I2C2_SDA (pin_B14)
|
||||
|
||||
// SPI busses
|
||||
// SPI buses
|
||||
// -> To the arduino connector
|
||||
#define MICROPY_HW_SPI1_NSS (pin_A15)
|
||||
#define MICROPY_HW_SPI1_SCK (pin_A5)
|
||||
|
|
|
@ -294,7 +294,7 @@ STATIC mp_obj_t pyb_uart_init_helper(pyb_uart_obj_t *self, size_t n_args, const
|
|||
/// the bus, if any). If extra arguments are given, the bus is initialised.
|
||||
/// See `init` for parameters of initialisation.
|
||||
///
|
||||
/// The physical pins of the UART busses are:
|
||||
/// The physical pins of the UART buses are:
|
||||
///
|
||||
/// - `UART(4)` is on `XA`: `(TX, RX) = (X1, X2) = (PA0, PA1)`
|
||||
/// - `UART(1)` is on `XB`: `(TX, RX) = (X9, X10) = (PB6, PB7)`
|
||||
|
|
|
@ -660,7 +660,7 @@ STATIC mp_obj_t pyb_i2c_init_helper(const pyb_i2c_obj_t *self, size_t n_args, co
|
|||
/// the bus, if any). If extra arguments are given, the bus is initialised.
|
||||
/// See `init` for parameters of initialisation.
|
||||
///
|
||||
/// The physical pins of the I2C busses are:
|
||||
/// The physical pins of the I2C buses are:
|
||||
///
|
||||
/// - `I2C(1)` is on the X position: `(SCL, SDA) = (X9, X10) = (PB6, PB7)`
|
||||
/// - `I2C(2)` is on the Y position: `(SCL, SDA) = (Y9, Y10) = (PB10, PB11)`
|
||||
|
|
|
@ -125,7 +125,7 @@ STATIC mp_obj_t pyb_spi_init_helper(const pyb_spi_obj_t *self, size_t n_args, co
|
|||
// the bus, if any). If extra arguments are given, the bus is initialised.
|
||||
// See `init` for parameters of initialisation.
|
||||
//
|
||||
// The physical pins of the SPI busses are:
|
||||
// The physical pins of the SPI buses are:
|
||||
// - `SPI(1)` is on the X position: `(NSS, SCK, MISO, MOSI) = (X5, X6, X7, X8) = (PA4, PA5, PA6, PA7)`
|
||||
// - `SPI(2)` is on the Y position: `(NSS, SCK, MISO, MOSI) = (Y5, Y6, Y7, Y8) = (PB12, PB13, PB14, PB15)`
|
||||
//
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "py/mphal.h"
|
||||
#include "spi.h"
|
||||
|
||||
// Possible DMA configurations for SPI busses:
|
||||
// Possible DMA configurations for SPI buses:
|
||||
// SPI1_TX: DMA2_Stream3.CHANNEL_3 or DMA2_Stream5.CHANNEL_3
|
||||
// SPI1_RX: DMA2_Stream0.CHANNEL_3 or DMA2_Stream2.CHANNEL_3
|
||||
// SPI2_TX: DMA1_Stream4.CHANNEL_0
|
||||
|
|
|
@ -302,7 +302,7 @@ STATIC mp_obj_t pyb_uart_init_helper(pyb_uart_obj_t *self, uint n_args, const mp
|
|||
/// the bus, if any). If extra arguments are given, the bus is initialised.
|
||||
/// See `init` for parameters of initialisation.
|
||||
///
|
||||
/// The physical pins of the UART busses are:
|
||||
/// The physical pins of the UART buses are:
|
||||
///
|
||||
/// - `UART(4)` is on `XA`: `(TX, RX) = (X1, X2) = (PA0, PA1)`
|
||||
/// - `UART(1)` is on `XB`: `(TX, RX) = (X9, X10) = (PB6, PB7)`
|
||||
|
|
Loading…
Reference in New Issue