Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
upd txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vad7 committed Jun 1, 2023
1 parent 2642747 commit 0f6190c
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions Distr/nrf24batch/Kitchen Vent Dimmer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,14 @@ W: SSR_PulseWidth,us*2=,28,WROM2
R: SSR_PulseSafeTime,us*2=30,,ROM2
W: SSR_PulseSafeTime,us*2=,30,WROM2

R: IRRemotes=32
W: IRRemotes=,32
R: SSR2_PulseWidth,us*2=32,,ROM2
W: SSR2_PulseWidth,us*2=,32,WROM2

R: IRRemotesHash*2[70]=i:33,,ROM2#
W: IRRemotesHash*2=,i:33,WROM2
R: IRRemotes=34
W: IRRemotes=,34

R: IRRemotesHash*2[70]=i:35,,ROM2#
W: IRRemotesHash*2=,i:35,WROM2

R: Flags=1#
W: Flags=,1
Expand All @@ -90,23 +93,25 @@ W: _PORTB=,0x38,WRAM

R: _LED_Warning=0x71,,RAM
W: _LED_Warning=,0x71,WRAM
R: _IRHashLast*2=0x87,,RAM2#
R: _SleepTimer=0x8F,,RAM
R: _FanOn=0x81,,RAM
R: _FanOnNext=0x7F,,RAM
R: _FanOnNextCnt=0x7D,,RAM
R: _FanOnLast=0x7E,,RAM
R: _IRHashLast*2=0x85,,RAM2#
R: _SleepTimer=0x8D,,RAM
R: _FanOn=0x7F,,RAM
R: _FanOnNext=0x7D,,RAM
R: _FanOnNextCnt=0x7B,,RAM
R: _FanOnLast=0x7C,,RAM

R: _OutSpeedMax=0x90,,RAM
W: _OutSpeedMax=,0x90,WRAM
R: _OutSpeedMax=0x8F,,RAM
W: _OutSpeedMax=,0x8F,WRAM

R: _Fanspeed=0x80,,RAM
R: _Fanspeed=0x7E,,RAM
R: _SSR_full_period*2=0x64,,RAM2

R: _PulseDelayAfterZero*2=0x9E,,RAM2
W: _PulseDelayAfterZero*2=,0x9E,WRAM2
R: _PulseWidth*2=0x92,,RAM2
W: _PulseWidth*2=,0x92,WRAM2
R: _PulseWidth*2=0x91,,RAM2
W: _PulseWidth*2=,0x91,WRAM2
R: _PulseWidth2*2=0xA2,,RAM2
W: _PulseWidth2*2=,0xA2,WRAM2

W: Reset=0xEEEE,14,SET

Expand Down Expand Up @@ -143,6 +148,6 @@ WBatch: Fans Speeds: Fan speeds=3;FanSpeed={10,12,16};FanCook speeds=3;FanCookSp
WBatch: LED Warning: _LED Warning=0x10
WBatch: OSCCAL: _OSCCAL=146
WBatch: CO2 Level: CO2 level={750,850,1000}
WBatch: Zero cross EEPROM: SSR_PulseWidth,us=200;SSR_PulseSafeTime,us=100;Reset
WBatch: Zero cross RAM: _PulseDelayAfterZero=0001;_PulseWidth=200
WBatch: Zero cross EEPROM: SSR_PulseWidth,us=200;SSR2_PulseWidth,us=200;SSR_PulseSafeTime,us=100;Reset
WBatch: Zero cross RAM: _PulseDelayAfterZero=0001;_PulseWidth=200;_PulseWidth2=200
WBatch: Reset: Reset

0 comments on commit 0f6190c

Please sign in to comment.