EVERYTHING FROM THE OTHER REPO
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef TROPOSHPERE_API_H
|
||||
#define TROPOSHPERE_API_H
|
||||
|
||||
typedef struct{
|
||||
|
||||
|
||||
void (*setFanSpeed)(int pwm);
|
||||
|
||||
|
||||
} Troposphere_API;
|
||||
|
||||
extern const Troposphere_API troposphere_api;
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user