diff --git a/BrewManiacEx/README.md b/BrewManiacEx/README.md index 3e40e22..8b00c99 100644 --- a/BrewManiacEx/README.md +++ b/BrewManiacEx/README.md @@ -1,24 +1 @@ -# BrewManiac -an Open ArdBir alternative. - -BrewManiac is an ARDUINO sketch that minics Open ArdBir. -BrewManiac is crated from scratch but its interface and behavior is almost the same as Open ArdBir. -I wanted to add wireless capability to Open ArdBir but ended up learning that writing a new sketch might be simpler. -The main difference between Open ArdBir and BrewManiac is the program structure. -BrewManiac is event-driven while Open Ardbir is mor like a series of functoins. - -Current implementation supports HM10, a BLE transceiver. - -Usage: -1.download necessary library, including -EEPROM -OneWire -PID_v1 -SoftwareSerial -LiquidCrystal -Wire (for I2C LCD) -LiquidCrystal_I2C (for I2C LCD) - -2.downlad the code and open the main sketch file to modify the hardware setting. - -(to Be Continue...) +# BrewManiacEX diff --git a/libs/README.md b/libs/README.md index e4279d3..da2b77c 100644 --- a/libs/README.md +++ b/libs/README.md @@ -1,4 +1,4 @@ - ## Libraries +## Libraries Since the libraries might change over time, my code might not work with the newest version. The library archive is provided for your convenience. * ArduinoJson @@ -20,4 +20,4 @@ Since the libraries might change over time, my code might not work with the newe * PID_AutoTune_v0 https://github.com/br3ttb/Arduino-PID-AutoTune-Library * esp8266-oled-ssd1306 - https://github.com/squix78/esp8266-oled-ssd1306 \ No newline at end of file + https://github.com/squix78/esp8266-oled-ssd1306