This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
PyCoffee_ESP8266
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
1
Releases
0
Wiki
Activity
Browse Source
added pinouts to code and reference
master
studentidisinistra
2 years ago
parent
dfa8831c46
commit
70caadb96a
3 changed files
with
31 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
Pinouts/D1-mini-pinout.png
+31
-0
Pinouts/config.coffee
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
Write
Preview
Loading…
Cancel
Save