Changed directory structure to eventually support multi-MCU family support
This commit is contained in:
14
SHAL/Include/Peripheral/GPIO/SHAL_GPIO_REG.h
Normal file
14
SHAL/Include/Peripheral/GPIO/SHAL_GPIO_REG.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Created by Luca on 8/29/2025.
|
||||
//
|
||||
|
||||
#ifndef SHMINGO_HAL_SHAL_GPIO_REG_H
|
||||
#define SHMINGO_HAL_SHAL_GPIO_REG_H
|
||||
|
||||
enum class GPIO_Key {
|
||||
A0,
|
||||
A1,
|
||||
|
||||
};
|
||||
|
||||
#endif //SHMINGO_HAL_SHAL_GPIO_REG_H
|
||||
Reference in New Issue
Block a user