Files
Troposphere/troposphere_lib/include/troposphere_lib.h
T
2026-07-29 03:36:26 +03:00

17 lines
181 B
C

#ifndef TROPOSHPERE_API_H
#define TROPOSHPERE_API_H
typedef struct{
void (*setFanSpeed)(int pwm);
} Troposphere_API;
extern const Troposphere_API troposphere_api;
#endif