summaryrefslogtreecommitdiff
path: root/SPI.h
diff options
context:
space:
mode:
authorJoshua Drake <Joshua.Ellis.Drake@gmail.com>2024-04-25 16:59:11 -0500
committerJoshua Drake <Joshua.Ellis.Drake@gmail.com>2024-04-25 16:59:11 -0500
commita4055061108975b41e34602c29ed2185d8a654d1 (patch)
treefa1801fabd53a6b00fc972b5c6d1bbd07534fcd2 /SPI.h
parent319b3a68ee64d8549524b53fba2934e94c07d19e (diff)
Commit Prior to testing.
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.