Files
BA_DIY_Power_PCB/main/include/functions.h

13 lines
172 B
C
Executable File

// functions.h
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
#include "ssd1306.h"
#include <stdbool.h>
bool get_Hall(int HallSensorGPIO);
SSD1306_t *configure_OLED();
#endif