Fix my second NRF24L01 to be named correctly.

This commit is contained in:
Derek Jamison 2023-02-27 19:23:40 -05:00
parent 4475b64c5e
commit 043013c8c1
5 changed files with 5 additions and 5 deletions

View File

@ -7,5 +7,5 @@ Devices:
- BME280[SPI] (SDI)
- BMP280[SPI] (SDI)
- NRF24L01[SPI] (MO)
- NRF24L02[SPI] (MOSI)
- NRF24L01[SPI] (MOSI)
- CC1101[SPI] (SI)

View File

@ -6,5 +6,5 @@ Devices:
- BME280[SPI] (SDO)
- BMP280[SPI] (SDO)
- NRF24L01[SPI] (MI)
- NRF24L02[SPI] (MISO)
- NRF24L01[SPI] (MISO)
- CC1101[SPI] (SO)

View File

@ -8,5 +8,5 @@ Devices:
- BME280[SPI] (CS)
- BMP280[SPI] (CS)
- NRF24L01[SPI] (CSN)
- NRF24L02[SPI] (CSN)
- NRF24L01[SPI] (CSN)
- CC1101[SPI] (CSN)

View File

@ -9,5 +9,5 @@ Devices:
- BME280[SPI] (SCK)
- BMP280[SPI] (SCK)
- NRF24L01[SPI] (SCK)
- NRF24L02[SPI] (SCK)
- NRF24L01[SPI] (SCK)
- CC1101[SPI] (SCLK)

View File

@ -6,5 +6,5 @@ CHECK: "LPTIM1.OUT/COMP1 IN+"
Devices:
- NRF24L01[SPI] (CE)
- NRF24L02[SPI] (CE)
- NRF24L01[SPI] (CE)
- CC1101[SPI] (GDO0)