index
:
coffeetemp
master
WiFi-enabled beverage temperature sensor
Gediminas Jakutis
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tempmodule
Commit message (
Collapse
)
Author
Age
Files
Lines
*
add support for "live"-flashing new settings.
Gediminas Jakutis
2018-05-19
9
-16
/
+155
|
*
tempmodule: add rudimentary meson suport.
Gediminas Jakutis
2018-05-10
1
-0
/
+16
|
*
tempmodule: wifi logic improvements.
Gediminas Jakutis
2018-05-02
1
-9
/
+28
|
*
tempmodule: report error state by turning on all temperatre LEDs.
Gediminas Jakutis
2018-04-27
2
-10
/
+12
|
*
tempmodule: add smoothing of temp readings.
Gediminas Jakutis
2018-04-27
1
-0
/
+39
|
*
various minor improvements.
Gediminas Jakutis
2018-04-27
5
-20
/
+60
|
*
tempmodule: use a 10k resistor to reduce wastage.
Gediminas Jakutis
2018-04-20
1
-1
/
+1
|
*
update copyright notices.
Gediminas Jakutis
2018-02-23
5
-2
/
+82
|
*
tempmodule: not even close to overflowing, swtich 64b -> 32b.
Gediminas Jakutis
2018-02-16
2
-5
/
+2
|
*
tempmodule: fix a misplaced comment.
Gediminas Jakutis
2018-02-15
1
-5
/
+5
|
*
tempmodule: don't fall asleep if send fails, turn off WiFi instead.
Gediminas Jakutis
2018-02-15
1
-10
/
+3
|
*
tempmodule: the iled is actually off when the pin is HIGH, not LOW, who ↵
Gediminas Jakutis
2018-02-15
1
-2
/
+3
|
|
|
|
could have guessed?
*
tempmodule: allow interrupting a WiFi connect attempt.
Gediminas Jakutis
2018-02-15
1
-5
/
+12
|
*
tempmodule: reduce power draw by not using the iled all the time.
Gediminas Jakutis
2018-02-15
1
-1
/
+1
|
*
tempmodule: make the WiFi off by default and togglable with a button interrupt.
Gediminas Jakutis
2018-02-15
1
-17
/
+86
|
*
tempmodule: add include guards in the headers.
Gediminas Jakutis
2018-02-13
2
-0
/
+10
|
*
tempmodule: split off temperature-related functions.
Gediminas Jakutis
2018-02-12
3
-69
/
+82
|
*
tempmodule: use a hardcoded value after all, for compatibility reasons.
Gediminas Jakutis
2018-02-12
1
-1
/
+1
|
*
tempmodule: fix off by 1 error.
Gediminas Jakutis
2018-02-12
1
-1
/
+1
|
*
tempmodule: implement indicator leds.
Gediminas Jakutis
2018-02-12
3
-0
/
+103
|
*
tempmodule: fix resistance reading on high temps.
Gediminas Jakutis
2018-02-11
1
-1
/
+1
|
*
remove useless MPU-6050 temp reading support.
Gediminas Jakutis
2018-02-11
1
-29
/
+0
|
*
tempmodule: use pin name instead of GPIO number.
Gediminas Jakutis
2018-02-10
1
-1
/
+1
|
*
enable thermistor temperature reading.
Gediminas Jakutis
2018-02-10
1
-0
/
+2
|
*
tempmodule: fix reference voltage.
Gediminas Jakutis
2018-02-10
1
-3
/
+6
|
*
tempmodule: fix resistance lookup.
Gediminas Jakutis
2018-02-10
1
-3
/
+4
|
*
tempmodule: fix indentation.
Gediminas Jakutis
2018-02-10
1
-1
/
+1
|
*
tempmodule: fixed missing colon.
Gediminas Jakutis
2018-02-09
1
-1
/
+1
|
*
tempmodule: we are dealing with Cpp here, technically.
Gediminas Jakutis
2018-02-09
1
-1
/
+1
|
*
tempmodule: these are no longer structs.
Gediminas Jakutis
2018-02-09
1
-1
/
+1
|
*
tempmodule: fix variable name spelling.
Gediminas Jakutis
2018-02-09
1
-1
/
+1
|
*
tempmodule: fix resistence table.
Gediminas Jakutis
2018-02-09
1
-4
/
+4
|
*
tempmodule: indentation fixes, comments.
Gediminas Jakutis
2018-02-08
1
-4
/
+9
|
*
tempmodule: add the logic to calculate voltages and temps.
Gediminas Jakutis
2018-02-08
1
-0
/
+65
|
*
tempmodule: avoid harmful code elimination for real this time.
Gediminas Jakutis
2018-02-01
1
-12
/
+3
|
*
try harder to avoid undesired dead code elimination.
Gediminas Jakutis
2018-01-26
1
-3
/
+3
|
*
initial commit.
Gediminas Jakutis
2018-01-25
1
-0
/
+184