Added first draft of "pins" project

This commit is contained in:
Derek Jamison
2023-02-27 16:26:51 -05:00
parent 31c9be7ef7
commit ee8e6c9d32
20 changed files with 208 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
For SPI, this is the Chip Select (which enables the data lines.) Typically LOW to enable -- "CSN" is "Chip Select Not".
Generic GPIO uses PA4.
CHECK: "LPTIM2.OUT/ADC1.9/COMP1 IN- COMP2 IN-"
Devices:
- BME280[SPI] (CS)
- BMP280[SPI] (CS)
- NRF24L01[SPI] (CSN)
- NRF24L02[SPI] (CSN)
- CC1101[SPI] (CSN)