This commit is contained in:
rusefillc 2022-12-07 10:14:10 -05:00
parent 856ecf7d2e
commit 4b30193036
1 changed files with 5 additions and 0 deletions

View File

@ -182,6 +182,11 @@ void detectHellenBoardType();
#define H176_IN_A16 Gpio::F10
#define H_SPI1_MOSI Gpio::B5
#define H_SPI1_MISO Gpio::B4
#define H_SPI1_SCK Gpio::B3
#define H_SPI1_CS1 Gpio::B6
#define H_SPI1_CS2 Gpio::B7
// looks like same pins 144 and 176
#define H_SPI2_MOSI Gpio::B15