summaryrefslogtreecommitdiff
path: root/SPI.h
diff options
context:
space:
mode:
authorJoshua Drake <Joshua.Ellis.Drake@gmail.com>2024-05-02 20:10:00 -0500
committerJoshua Drake <Joshua.Ellis.Drake@gmail.com>2024-05-02 20:10:00 -0500
commitdf6a4c2b5711ba7cda3cadd91d4b625c7a06da9d (patch)
treebc1b96884414e90621457f24750d044862ff954b /SPI.h
parentbe85c16280015d192128e85170f79eddd487e447 (diff)
Potentially fixed issues with reading SPI bus, and cleaned up code.
Diffstat (limited to 'SPI.h')
-rw-r--r--SPI.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/SPI.h b/SPI.h
index 3988e80..4181835 100644
--- a/SPI.h
+++ b/SPI.h
@@ -57,8 +57,7 @@
Message_OUT(15, 5, false); //Max Load with testLED turned off.
*/
- int active150(void);
- int active68(void);
+ void active(uint8_t *ohm150, uint8_t *ohm68);
int bitcount(uint8_t);
void Message_BIM(uint8_t outputs[3]);
/**
@@ -275,7 +274,7 @@ bits (DIAG_OLONEN.MUX) (3:0)
Message_DAGOLONEN({0b00000000, 0xFF, 0xFF}); //Open Load ON active on channel 0 of the first IC.
*/
- void Message_HWCR(uint8_t outputs[3]);
+ void Message_HWCR(void);
/**
@Summary
Hardware Configuration Register Bits