Update SPI and I2c authored by Pressl, Štěpán's avatar Pressl, Štěpán
...@@ -116,7 +116,9 @@ Pins: ...@@ -116,7 +116,9 @@ Pins:
- MOSI: (PD21) - MOSI: (PD21)
- CLK: (PD22) - CLK: (PD22)
- CS0: (PB2) - CS0: (PB2)
- CS1: () - CS1: (PD25)
- CS2: (PD12)
- CS3: (PD27)
### I2C ### I2C
Two-Wire interface (TWIHS) with pins TWCK and TWD (equivalent to SCL, SDA respectively) will be used. The microcontroller incorporates three TWIHS peripherals. Two-Wire interface (TWIHS) with pins TWCK and TWD (equivalent to SCL, SDA respectively) will be used. The microcontroller incorporates three TWIHS peripherals.
... ...
......