Files
exixe/pogo_rig/firmware/Inc/shared.h
2019-06-15 00:51:23 +08:00

10 lines
134 B
C

#ifndef __shared_H
#define __shared_H
#include "stm32f0xx_hal.h"
#include "main.h"
extern SPI_HandleTypeDef hspi1;
#endif