OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
PinBank.h
1/********************************************************************
2* Open Source Cartridge Reader *
3********************************************************************/
4#pragma once
5#ifndef OSCR_AVR_PINBANK_H_
6#define OSCR_AVR_PINBANK_H_
7
8#include "arch/avr/syslibinc.h"
9
10#if defined(OSCR_ARCH_AVR) && defined(ENABLE_PINCONTROL)
11
12# include "common/OSCR.h"
13# include "common/Util.h"
14
15namespace OSCR::Hardware
16{
17 class PinBankBase
18 {
19
20 };
21}
22
23# endif /* OSCR_ARCH_AVR */
24
25#endif /* OSCR_AVR_PINBANK_H_ */