SPI API platform implementation stubs
This commit is contained in:
committed by
Scott Lahteine
parent
4183a249b6
commit
32e759c928
@@ -20,6 +20,10 @@
|
||||
#ifndef SPI_PINS_H_
|
||||
#define SPI_PINS_H_
|
||||
|
||||
#define SD_SPI_CHANNEL (HAL::SPI::CHANNEL_0)
|
||||
#define LCD_SPI_FREQUENCY 4000000
|
||||
#define LCD_SPI_CHANNEL (HAL::SPI::CHANNEL_1)
|
||||
|
||||
/**
|
||||
* Define SPI Pins: SCK, MISO, MOSI, SS
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user