From 043013c8c1fcc531274510131d1153f2ae783b07 Mon Sep 17 00:00:00 2001 From: Derek Jamison Date: Mon, 27 Feb 2023 19:23:40 -0500 Subject: [PATCH] Fix my second NRF24L01 to be named correctly. --- gpio/pins/L2_Orange_MOSI_COPI_PA7.txt | 2 +- gpio/pins/L3_Indigo_MISO_COPI_PA6.txt | 2 +- gpio/pins/L4_Green_CS_CSN_PA4.txt | 2 +- gpio/pins/L5_Brown_SCK_RTS_PB3.txt | 2 +- gpio/pins/L6_Blue_CS(CE)_PB2.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gpio/pins/L2_Orange_MOSI_COPI_PA7.txt b/gpio/pins/L2_Orange_MOSI_COPI_PA7.txt index a439f2b..ce4c50a 100644 --- a/gpio/pins/L2_Orange_MOSI_COPI_PA7.txt +++ b/gpio/pins/L2_Orange_MOSI_COPI_PA7.txt @@ -7,5 +7,5 @@ Devices: - BME280[SPI] (SDI) - BMP280[SPI] (SDI) - NRF24L01[SPI] (MO) -- NRF24L02[SPI] (MOSI) +- NRF24L01[SPI] (MOSI) - CC1101[SPI] (SI) diff --git a/gpio/pins/L3_Indigo_MISO_COPI_PA6.txt b/gpio/pins/L3_Indigo_MISO_COPI_PA6.txt index 60aae22..076487e 100644 --- a/gpio/pins/L3_Indigo_MISO_COPI_PA6.txt +++ b/gpio/pins/L3_Indigo_MISO_COPI_PA6.txt @@ -6,5 +6,5 @@ Devices: - BME280[SPI] (SDO) - BMP280[SPI] (SDO) - NRF24L01[SPI] (MI) -- NRF24L02[SPI] (MISO) +- NRF24L01[SPI] (MISO) - CC1101[SPI] (SO) diff --git a/gpio/pins/L4_Green_CS_CSN_PA4.txt b/gpio/pins/L4_Green_CS_CSN_PA4.txt index 4436bdd..2f99fe8 100644 --- a/gpio/pins/L4_Green_CS_CSN_PA4.txt +++ b/gpio/pins/L4_Green_CS_CSN_PA4.txt @@ -8,5 +8,5 @@ Devices: - BME280[SPI] (CS) - BMP280[SPI] (CS) - NRF24L01[SPI] (CSN) -- NRF24L02[SPI] (CSN) +- NRF24L01[SPI] (CSN) - CC1101[SPI] (CSN) \ No newline at end of file diff --git a/gpio/pins/L5_Brown_SCK_RTS_PB3.txt b/gpio/pins/L5_Brown_SCK_RTS_PB3.txt index 06bb9fc..c07977b 100644 --- a/gpio/pins/L5_Brown_SCK_RTS_PB3.txt +++ b/gpio/pins/L5_Brown_SCK_RTS_PB3.txt @@ -9,5 +9,5 @@ Devices: - BME280[SPI] (SCK) - BMP280[SPI] (SCK) - NRF24L01[SPI] (SCK) -- NRF24L02[SPI] (SCK) +- NRF24L01[SPI] (SCK) - CC1101[SPI] (SCLK) \ No newline at end of file diff --git a/gpio/pins/L6_Blue_CS(CE)_PB2.txt b/gpio/pins/L6_Blue_CS(CE)_PB2.txt index 8d2240c..7d0febe 100644 --- a/gpio/pins/L6_Blue_CS(CE)_PB2.txt +++ b/gpio/pins/L6_Blue_CS(CE)_PB2.txt @@ -6,5 +6,5 @@ CHECK: "LPTIM1.OUT/COMP1 IN+" Devices: - NRF24L01[SPI] (CE) -- NRF24L02[SPI] (CE) +- NRF24L01[SPI] (CE) - CC1101[SPI] (GDO0) \ No newline at end of file