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

19 lines
199 B
C

/*
* l9779.h
* ST L9779WD-SPI
*
*
* Created on: Jan 10, 2022
*/
#pragma once
#include "efifeatures.h"
#include <hal.h>
struct l9779_config {
#if HAL_USE_SPI
SPIDriver *spi_bus;
#endif
};