File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151/*
5252 External libraries:
53- - SWI2C Library by A.T.
53+ - https://github.com/Andy4495/MspTandV
54+ - https://github.com/Andy4495/OneMsTaskTimer
55+ - https://github.com/Andy4495/LCD_SharpBoosterPack_SPI
5456*/
5557
5658/* Pin Definitions -- Stacking Fuel Tank I, CC110L, and SHARP96
100102#define RADIO_ENABLED
101103
102104#include < SPI.h>
103- #include " MspTandV.h"
105+ #include " MspTandV.h" // https://github.com/Andy4495/MspTandV
104106
105- #include " OneMsTaskTimer.h"
106- #include " LCD_SharpBoosterPack_SPI.h"
107+ #include " OneMsTaskTimer.h" // https://github.com/Andy4495/OneMsTaskTimer
108+ #include " LCD_SharpBoosterPack_SPI.h" // https://github.com/Andy4495/LCD_SharpBoosterPack_SPI
107109static const uint8_t SHARP_CS = 6 ;
108110static const uint8_t SHARP_DISP = 5 ;
109111static const uint8_t SHARP_VCC = 2 ;
You can’t perform that action at this time.
0 commit comments