Skip to content

Commit e5a2ccd

Browse files
committed
Add library URLs
1 parent a8f1cff commit e5a2ccd

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

MSP430TempSensorWithDisplay.ino

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@
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
@@ -100,10 +102,10 @@
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
107109
static const uint8_t SHARP_CS = 6;
108110
static const uint8_t SHARP_DISP = 5;
109111
static const uint8_t SHARP_VCC = 2;

0 commit comments

Comments
 (0)