| ??? 12/04/01 04:16 Read: times |
#17225 - Help needed for this program |
Dear Friends,
In the following program I want to measure 4 humidity measurements then I want to store these values. Because I'll do some operations on these values.If anyone checks and corrects my source codes. I appreciate. Kind regards. MEASURE.ASM Org 2300h ; obtaining the sensor values and transferring to the data table Measure: MOV DPTR,#2500H Remeasure: MOV R1,#04H MOV R2,#00H HUMIDITY: MOV ADCON,R2 CLR ADM MOV DAPR,#00 $ JB BSY,$ MOV A,ADDAT MOVX @DPTR,A INC DPTR INC R2 |
| Topic | Author | Date |
| Help needed for this program | 01/01/70 00:00 | |
| RE: Help needed for this program | 01/01/70 00:00 | |
| RE: Help needed for this program | 01/01/70 00:00 | |
| RE: Help needed for this program - Erik | 01/01/70 00:00 | |
| RE: Help needed for this program - Erik | 01/01/70 00:00 | |
RE:Help needed for this program - Silviu | 01/01/70 00:00 |



