Files
espurna/code/test/build
Max Prokhorov c7a95bf53f buttons: resistor ladder / analog buttons support (#2357)
- Buttons events source as button property instead of a global one
- Rename events source -> provider for all settings, consistent with the other things like relay and light providers
- AnalogPin to read between a certain analogRead() range
Trying to follow defaults here - analog 'press' is digital LOW, default value is HIGH, so no additional cfg entries are needed besides pin, level and changing evt source
- (debug) Refactor gpio command, add adc to show analogRead(pin)
- (debug) Add button command

Implemented based on:
https://gitter.im/tinkerman-cat/espurna?at=5f5d44c8df4af236f902e25d
https://gitter.im/tinkerman-cat/espurna?at=5f60e7f1f969413294e95370
2020-09-24 07:51:36 +03:00
..
2020-02-09 04:41:18 +03:00
2020-03-13 09:28:15 +03:00
2020-07-03 23:25:33 +03:00
2020-05-01 10:19:26 +03:00
2019-11-21 01:14:17 +03:00
2020-08-23 11:48:50 +03:00
2020-08-02 09:12:38 +03:00