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,13 @@
For SPI, this is the Serial Clock (which says when to read/write data.) Typically Mode 0 (Idle LOW, Sample Rising Edge, Shift Falling Edge.)
Generic GPIO uses PB3.
CHECK: "ADC1.9/COMP1 IN- COMP2 IN-/SWO"
Devices:
- BME280[SPI] (SCK)
- BMP280[SPI] (SCK)
- NRF24L01[SPI] (SCK)
- NRF24L02[SPI] (SCK)
- CC1101[SPI] (SCLK)