Speeduino
Loading...
Searching...
No Matches
boostController.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4
5void initialiseBoost(uint8_t boostPin);
6void boostControl(void);
7void boostDisable(void);
8
9void boostInterrupt(void);
10
void initialiseBoost(uint8_t boostPin)
Definition boostController.cpp:32
void boostControl(void)
Definition boostController.cpp:190
void boostInterrupt(void)
Definition boostController.cpp:291
void boostDisable(void)
Definition boostController.cpp:42
Definition array.h:14