Skip to content

Commit ed5d2b0

Browse files
authored
Update Force.h
1 parent 1b8077e commit ed5d2b0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/Force.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
22
* Required libraries:
33
* - HX711 Arduino Library (v0.7.4) by Bogdan Necula, Andreas Motl
4-
* - SdFat (v2.0.6) by Bill Greiman
4+
* - SdFat - Adafruit Fork (v1.2.3) by Bill Greiman
55
* - RTClib (v1.13.0) by Adafruit
6-
* - Adafruit ST7735 and ST7789 Library (v1.7.1) by Adafruit
7-
* - Adafruit seesaw Library (v1.4.0) by Adafruit
8-
* - Adafruit Neopixel (v1.7.0) by Adafruit
6+
* - Adafruit ST7735 and ST7789 Library (v1.7.2) by Adafruit
7+
* - Adafruit seesaw Library (v1.4.2) by Adafruit
8+
* - Adafruit Neopixel (v1.8.0) by Adafruit
99
* - Adafruit GFX Library (v1.10.7) by Adafruit
10-
*
10+
* - Adafruit Adafruit_SPIFlash (v3.4.1) by Adafruit
1111
*/
1212

1313
#ifndef FORCE_H
@@ -143,4 +143,4 @@ class Force {
143143
void print_settings();
144144
};
145145

146-
#endif // FORCE_H
146+
#endif // FORCE_H

0 commit comments

Comments
 (0)