docs for Counter

This commit is contained in:
Tester23
2026-01-08 01:04:22 +01:00
parent 1139fdca9f
commit 5f840a6181
3 changed files with 6 additions and 6 deletions

View File

@ -86,8 +86,8 @@ Do not add anything here, as it will overwritten with next rebuild.
| DS1820_IO | vers simple OneWire Temp sensor DS1820 | | DS1820_IO | vers simple OneWire Temp sensor DS1820 |
| PWM_ScriptOnly | | | PWM_ScriptOnly | |
| PWM_ScriptOnly_n | | | PWM_ScriptOnly_n | |
| Counter_f | | | Counter_f | Counts pulses on falling edge (transition from high to low). Each transitions adds 1 to linked channel. |
| Counter_r | | | Counter_r | Counts pulses on rising edge (transition from low to high). Each transitions adds 1 to linked channel. |
| IRRecv_nPup | IRRecv without pull-up | | IRRecv_nPup | IRRecv without pull-up |
| StripState | This is an output pin which has current led_enableAll value | | StripState | This is an output pin which has current led_enableAll value |
| StripState_n | This is an output pin which has negation of current led_enableAll value | | StripState_n | This is an output pin which has negation of current led_enableAll value |

View File

@ -650,7 +650,7 @@
{ {
"name": "Counter_f", "name": "Counter_f",
"title": "TODO", "title": "TODO",
"descr": "", "descr": "Counts pulses on falling edge (transition from high to low). Each transitions adds 1 to linked channel.",
"enum": "IOR_Counter_f", "enum": "IOR_Counter_f",
"file": "new_pins.h", "file": "new_pins.h",
"driver": "" "driver": ""
@ -658,7 +658,7 @@
{ {
"name": "Counter_r", "name": "Counter_r",
"title": "TODO", "title": "TODO",
"descr": "", "descr": "Counts pulses on rising edge (transition from low to high). Each transitions adds 1 to linked channel.",
"enum": "IOR_Counter_r", "enum": "IOR_Counter_r",
"file": "new_pins.h", "file": "new_pins.h",
"driver": "" "driver": ""

View File

@ -576,14 +576,14 @@ typedef enum ioRole_e {
IOR_PWM_ScriptOnly_n, IOR_PWM_ScriptOnly_n,
//iodetail:{"name":"Counter_f", //iodetail:{"name":"Counter_f",
//iodetail:"title":"TODO", //iodetail:"title":"TODO",
//iodetail:"descr":"", //iodetail:"descr":"Counts pulses on falling edge (transition from high to low). Each transitions adds 1 to linked channel.",
//iodetail:"enum":"IOR_Counter_f", //iodetail:"enum":"IOR_Counter_f",
//iodetail:"file":"new_pins.h", //iodetail:"file":"new_pins.h",
//iodetail:"driver":""} //iodetail:"driver":""}
IOR_Counter_f, IOR_Counter_f,
//iodetail:{"name":"Counter_r", //iodetail:{"name":"Counter_r",
//iodetail:"title":"TODO", //iodetail:"title":"TODO",
//iodetail:"descr":"", //iodetail:"descr":"Counts pulses on rising edge (transition from low to high). Each transitions adds 1 to linked channel.",
//iodetail:"enum":"IOR_Counter_r", //iodetail:"enum":"IOR_Counter_r",
//iodetail:"file":"new_pins.h", //iodetail:"file":"new_pins.h",
//iodetail:"driver":""} //iodetail:"driver":""}