diff --git a/Pinouts/D1-mini-pinout.png b/Pinouts/D1-mini-pinout.png new file mode 100644 index 0000000..4bca4a3 Binary files /dev/null and b/Pinouts/D1-mini-pinout.png differ diff --git a/Pinouts/config.coffee b/Pinouts/config.coffee new file mode 100644 index 0000000..4e6732e --- /dev/null +++ b/Pinouts/config.coffee @@ -0,0 +1,31 @@ +generalConfig = + serialDevice: '/dev/coffee' + logFilename: 'coffee.log' + tempTimeout: 50 + pumpCoefficient: 1.35 + +hardwareConfig = + coffeeTemp: 0.758 + coffeeTemp2: 0.758 + 0.1 + + grinderPin: 9 + pumpPin: 8 + boilerPin: 6 + powderPin: 7 + wheelPin: 10 + invertWheelPin: 11 + + powderSensorPin: 2 + vaporSensorPin: 5 + tempSensorPin: 7 + + wheelStartSensorPin: 4 + wheelEndSensorPin: 3 + +accountingConfig = + coffeePrice: 20 + +exports.general = generalConfig +exports.hardware = hardwareConfig +exports.accounting = accountingConfig + diff --git a/Pinouts/lcd_pinout.jpg b/Pinouts/lcd_pinout.jpg new file mode 100644 index 0000000..f2379b4 Binary files /dev/null and b/Pinouts/lcd_pinout.jpg differ