From fe7e5b97a50fa66aadb11e20b8f5210e1cb6dde6 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Thu, 7 Mar 2024 12:48:29 -0600 Subject: Finished Arduino Program. --- SPI.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'SPI.h') diff --git a/SPI.h b/SPI.h index 64a492f..a408da7 100644 --- a/SPI.h +++ b/SPI.h @@ -8,7 +8,8 @@ #ifndef XC_SPI_H #define XC_SPI_H -#include "mcc_generated_files/mssp1_spi.h" +#include "stdint.h" + #define MY_BUFFER_SIZE 6 //3 Devices, each of which is 16 bit. (16/8)*3=6 @@ -31,7 +32,7 @@ PWMMAP //Selects one of the two PWM generators }; - void Message_OUT(uint8_t Ohm_150, uint8_t Ohm_68, bool testLED); + void Message_OUT(uint8_t Ohm_150, uint8_t Ohm_68, uint8_t testLED); /** @Summary Enables a selected quantity of 150 ohm resistors and 68 ohm resistors. -- cgit v1.2.3