semf
stm32f4gpio.h
Go to the documentation of this file.
1
10#ifndef SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4GPIO_H_
11#define SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4GPIO_H_
12
15
16#if defined(STM32F4)
17namespace semf
18{
22class Stm32F4Gpio : public Stm32Gpio
23{
24public:
26};
27} /* namespace semf */
28#endif
29#endif /* SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4GPIO_H_ */
Stm32Gpio(GPIO_TypeDef *port, uint16_t pin)
Constructor.
Definition: stm32gpio.cpp:16