diff options
Diffstat (limited to 'SPI.h')
-rw-r--r-- | SPI.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |