OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
syslibinc.h
1
/********************************************************************
2
* Open Source Cartridge Reader *
3
********************************************************************/
4
#pragma once
5
#ifndef OSCR_STM32_SYSLIBINC_H_
6
# define OSCR_STM32_SYSLIBINC_H_
7
8
# include "
arch.h
"
9
10
# if defined(OSCR_ARCH_STM32)
11
12
# include <stdint.h>
13
# include <SPI.h>
14
# include <Wire.h>
15
# include "arch/stm32/pgmspace.h"
16
# include <SD.h>
17
# include <assert.h>
18
19
# include "config.h"
20
21
# endif
/* OSCR_ARCH_AVR */
22
23
#endif
/* OSCR_STM32_SYSLIBINC_H_ */
arch.h
Support Multiple Architectures.
include
arch
stm32
syslibinc.h
Generated by
1.14.0