summaryrefslogtreecommitdiff
path: root/mcc_generated_files/mssp2_i2c.h
diff options
context:
space:
mode:
authorJoshua Drake <Joshua.Ellis.Drake@gmail.com>2024-06-14 02:19:51 -0500
committerJoshua Drake <Joshua.Ellis.Drake@gmail.com>2024-06-14 02:19:51 -0500
commit00f8c8b96c4a73fdac7b2ebe31408ee502a315cd (patch)
tree58b62cb19c5067f9ac2b35949d22658779c2e739 /mcc_generated_files/mssp2_i2c.h
parented2644ef4e934f2f7cf93890760737790925a1c8 (diff)
Added ability to control power as a percentage and added controller feedback.HEADmaster
Diffstat (limited to 'mcc_generated_files/mssp2_i2c.h')
-rw-r--r--mcc_generated_files/mssp2_i2c.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcc_generated_files/mssp2_i2c.h b/mcc_generated_files/mssp2_i2c.h
index 329983a..d6df347 100644
--- a/mcc_generated_files/mssp2_i2c.h
+++ b/mcc_generated_files/mssp2_i2c.h
@@ -346,7 +346,8 @@ uint8_t *MSSP2_I2C_ReadPointerGet(void);
</code>
*/
-uint8_t getI2CArray(int);
+uint8_t getI2CArray(uint8_t);
+void setI2CArray(uint8_t index, uint8_t value);
uint8_t *MSSP2_I2C_WritePointerGet(void);