summaryrefslogtreecommitdiff
path: root/SPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'SPI.h')
-rw-r--r--SPI.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/SPI.h b/SPI.h
index a408da7..c23fd9f 100644
--- a/SPI.h
+++ b/SPI.h
@@ -57,7 +57,10 @@
Message_OUT(15, 5, false); //Max Load with testLED turned off.
*/
- void Message_BIM(uint8_t outputs[3]);
+ uint8_t active150(void);
+ uint8_t active68(void);
+ uint8_t bitcount(uint8_t);
+ void Message_BIM(uint8_t outputs[3]);
/**
@Summary
Chooses whether an output pin will latch off in the event of an overload or restart.