Release code

This commit is contained in:
Edward Emelianov
2024-06-04 14:32:21 +03:00
parent 6cb98bb7ed
commit 81e58130de
11 changed files with 142 additions and 25 deletions

View File

@@ -67,8 +67,10 @@ static const funcdescr funclist[] = {
{"saveconf", CMD_SAVECONF, "save configuration"},
{"usartspeed", CMD_USARTSPEED, "get/set USART1 speed"},
{NULL, 0, "IN/OUT"},
{"adc", CMD_ADCRAW, "get raw ADC values for given channel"},
{"esw", CMD_GETESW, "anti-bounce read inputs"},
{"eswnow", CMD_GETESWNOW, "read current inputs' state"},
{"led", CMD_LED, "work with onboard LED"},
{"relay", CMD_RELAY, "get/set relay state (0 - off, 1 - on)"},
{NULL, 0, "Other commands"},
{"mcutemp", CMD_MCUTEMP, "get MCU temperature (*10degrC)"},