Difference between revisions of "Talk:Soft Start"
From Batchelor-s
Jump to navigationJump to searchm (Protected "Talk:Soft Start" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))) |
m |
||
Line 1: | Line 1: | ||
+ | polling is probably better than interrupts | ||
+ | |||
+ | perhaps set up a string in memory (how) | ||
+ | |||
+ | read bit | ||
+ | |||
+ | test input | ||
+ | |||
+ | if hi output bit or test input | ||
+ | |||
+ | if address > 127 goto test input | ||
+ | #last bit should be 1 | ||
+ | #repeat - full ON | ||
+ | |||
+ | bump address | ||
+ | |||
+ | if > 127 then test input | ||
+ | |||
+ | IF ^C end #or clean up | ||
+ | |||
+ | goto read bit | ||
+ | |||
+ | xxxxxxxxxxxx | ||
+ | |||
+ | enter 16 numbers from keyboard | ||
+ | |||
+ | (16 bytes - 128 bits) | ||
Revision as of 19:34, 1 September 2021
polling is probably better than interrupts
perhaps set up a string in memory (how)
read bit
test input
if hi output bit or test input
if address > 127 goto test input
- last bit should be 1
- repeat - full ON
bump address
if > 127 then test input
IF ^C end #or clean up
goto read bit
xxxxxxxxxxxx
enter 16 numbers from keyboard
(16 bytes - 128 bits)