Skip to content

Commit

Permalink
UserMod files update
Browse files Browse the repository at this point in the history
  • Loading branch information
srg74 committed Apr 8, 2020
1 parent 9a7a38e commit a31da31
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usermods/Enclosure_with_OLED_temp_ESP07/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Almost universal controller board for outdoor applications
This usermod is using ideas from @mrVanboy and @400killer

Installation of file: Copy and replace file in wled00 directory
## Project repository
- [Original repository](https://github.com/srg74/Controller-for-WLED-firmware) - Main controller repository
## Features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "wled.h"
#include <Arduino.h>
#include <U8x8lib.h> // from https://github.com/olikraus/u8g2/
#include <DallasTemperature.h> //Dallastemperature sensor
//The SCL and SDA pins are defined here.
Expand Down
1 change: 1 addition & 0 deletions usermods/Wemos_D1_mini+Wemos32_mini_shield/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Wemos D1 mini and Wemos32 mini shield
- Installation of file: Copy and replace file in wled00 directory
- Added third choice of controller Heltec WiFi-Kit-8. Totally DIY but with OLED display.
## Project repository
- [Original repository](https://github.com/srg74/WLED-wemos-shield) - WLED Wemos shield repository
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "wled.h"
#include <Arduino.h>
#include <U8x8lib.h> // from https://github.com/olikraus/u8g2/
#include <DallasTemperature.h> //Dallastemperature sensor
#ifdef ARDUINO_ARCH_ESP32 //ESP32 boards
Expand Down

0 comments on commit a31da31

Please sign in to comment.