fome-fw/firmware/hw_layer/drivers/gpio/l9779.h

19 lines
199 B
C
Raw Normal View History

2022-01-10 13:53:38 -08:00
/*
* l9779.h
* ST L9779WD-SPI
*
*
* Created on: Jan 10, 2022
*/
#pragma once
2022-01-10 16:15:04 -08:00
#include "efifeatures.h"
#include <hal.h>
struct l9779_config {
#if HAL_USE_SPI
SPIDriver *spi_bus;
#endif
};