Adaptative regulation sous-vide cooker algorithm (for arduino)
Just for eggs! No need for display, no need for buttons, no need for setting temperature.
Forked from the code here - egiust/SousVideAdaptativeArduin
Modified to just make eggs for my wife in the morning predictably.
The SousVideAdaptativeArduino code makes use of those libraries
- Arduino Temperature Control Library (DallasTemperature) : https://github.com/milesburton/Arduino-Temperature-Control-Library released under the GNU Lesser General Public License
- OneWire Library : http://www.pjrc.com/teensy/td_libs_OneWire.html released under the MIT License
- LedControl Library : https://github.com/wayoda/LedControl released under the MIT License
SousVideAdaptativeArduino : Adaptative regulation sous-vide cooker algorithm (for arduino)
Copyright (C) 2014 Etienne Giust
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.