HVAC_M7_GpioPins/Gpios.c

15 lines
158 B
C

//
// Created by cfif on 05.05.23.
//
#include "Gpios.h"
#include "SystemDelayInterface.h"
tGpios GPIOS;
void Gpios_Init() {
tGpios *env = &GPIOS;
}