Browse Source

added pinouts to code and reference

master
studentidisinistra 1 year ago
parent
commit
70caadb96a
3 changed files with 31 additions and 0 deletions
  1. BIN
      Pinouts/D1-mini-pinout.png
  2. +31
    -0
      Pinouts/config.coffee
  3. BIN
      Pinouts/lcd_pinout.jpg

BIN
Pinouts/D1-mini-pinout.png View File

Before After
Width: 1288  |  Height: 851  |  Size: 617 KiB

+ 31
- 0
Pinouts/config.coffee View File

@ -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

BIN
Pinouts/lcd_pinout.jpg View File

Before After
Width: 630  |  Height: 555  |  Size: 29 KiB

Loading…
Cancel
Save