#pragma once #include #include #include typedef struct FBP FBP; typedef struct GPIOSimpleMotor GPIOSimpleMotor; GPIOSimpleMotor* gpio_simple_motor_alloc(FBP* fbp); void gpio_simple_motor_free(GPIOSimpleMotor* motor_app); View* gpio_simple_motor_get_view(GPIOSimpleMotor* motor_app);