mirror of
https://github.com/dekuNukem/exixe.git
synced 2025-10-24 11:11:04 -07:00
10 lines
134 B
C
10 lines
134 B
C
#ifndef __shared_H
|
|
#define __shared_H
|
|
|
|
#include "stm32f0xx_hal.h"
|
|
#include "main.h"
|
|
|
|
extern SPI_HandleTypeDef hspi1;
|
|
|
|
#endif
|