summaryrefslogtreecommitdiff
path: root/SPI.h
diff options
context:
space:
mode:
authorJoshua Drake <Joshua.Ellis.Drake@gmail.com>2024-05-04 11:11:46 -0500
committerJoshua Drake <Joshua.Ellis.Drake@gmail.com>2024-05-04 11:11:46 -0500
commit3ee1a69c65589a744b67f770001022a884fe32ba (patch)
treeef53fc0b4d58ceee84a1e9d6b2956e6775cd5003 /SPI.h
parentdf6a4c2b5711ba7cda3cadd91d4b625c7a06da9d (diff)
Code is fully functional with delay timer at uC level.
Diffstat (limited to 'SPI.h')
-rw-r--r--SPI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SPI.h b/SPI.h
index 4181835..6cdeeea 100644
--- a/SPI.h
+++ b/SPI.h
@@ -57,8 +57,8 @@
Message_OUT(15, 5, false); //Max Load with testLED turned off.
*/
- void active(uint8_t *ohm150, uint8_t *ohm68);
- int bitcount(uint8_t);
+ void active(uint8_t *activeResistors);
+ uint8_t bitcount(uint8_t);
void Message_BIM(uint8_t outputs[3]);
/**
@Summary