User Tools

Site Tools


en:pfw:dht22-msp430g2553-noforth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:pfw:dht22-msp430g2553-noforth [2025-04-26 21:13] mkaen:pfw:dht22-msp430g2553-noforth [2025-04-26 21:15] (current) mka
Line 1: Line 1:
 +<code>
 \ Read DHT22 data.  (bit bang) \ Read DHT22 data.  (bit bang)
 \ TI MSP430G2553 Launchpad with noForth mv 2553 240101  \ TI MSP430G2553 Launchpad with noForth mv 2553 240101 
  
-(* \\+(* 
 To do: monitor timeout  To do: monitor timeout 
  
Line 28: Line 29:
 026  P1SEL   Port Select 026  P1SEL   Port Select
 041  P1SEL2  Port Select2 041  P1SEL2  Port Select2
-027  P1REN   Resistor Enable \\+027  P1REN   Resistor Enable
 *) *)
  
Line 40: Line 41:
  
 code p1H     #1 021 & .b bis   next end-code \ set lines code p1H     #1 021 & .b bis   next end-code \ set lines
-code p1L     #1 021 & .b bic   next end-code +code p1L     #1 021 & .b bic   next end-code  
-code p6H   40 # 021 & .b bis   next end-code +code p6H   40 # 021 & .b bis   next end-code  
-code p6L   40 # 021 & .b bic   next end-code+code p6L   40 # 021 & .b bic   next end-code 
  
  
Line 197: Line 198:
 freeze freeze
 ( finis) ( finis)
 +</code>
en/pfw/dht22-msp430g2553-noforth.1745694806.txt.gz · Last modified: 2025-04-26 21:13 by mka