SPI API platform implementation stubs

This commit is contained in:
Christopher Pepper
2017-08-01 03:44:26 +01:00
committed by Scott Lahteine
parent 4183a249b6
commit 32e759c928
10 changed files with 173 additions and 3 deletions

View File

@@ -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
*/