Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramidak committed Oct 22, 2023
1 parent 0a41465 commit 3e6c80a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ https://firm.jantac.net/hardware-en/
Big thanks to these authors who made some functions of the pyramidak firmware easier for me,
the list of libraries that need to be imported into the Arduino IDE:

#include <MD_Parola.h>
https://github.com/MajicDesigns/MD_Parola

#include <MD_MAX72xx.h>
https://github.com/MajicDesigns/MD_MAX72XX

#include <DHTesp.h>
https://github.com/markruys/arduino-DHT

Expand All @@ -22,8 +28,5 @@ https://github.com/milesburton/Arduino-Temperature-Control-Library
#include <SensirionI2CSht4x.h>
https://github.com/Sensirion/arduino-i2c-sht4x

#include <BMx280I2C.h>
https://bitbucket.org/christandlg/bmx280mi/src/master/

#include <SparkFun_VEML7700_Arduino_Library.h>
https://github.com/sparkfun/SparkFun_VEML7700_Arduino_Library

0 comments on commit 3e6c80a

Please sign in to comment.