watt_mtr.asm
来自「这为PIC电表模块源码」· 汇编 代码 · 共 19 行
ASM
19 行
list st=off ; suppress list file symbol table
list n=0 ; suppress list file page breaks
;*******************************************************************
; Configuration switches. These control what code is assembled.
; Select the desired operating voltage by commenting out all but
; the desired voltage range
#define VOLT120 ; 120V nominal full scale range
; #define VOLT220 ; 220V nominal full scale range
; Selects the real time clock frequency source,
; #define TMR1OSC ; defined if using 32kHz T1OSC, comment out if another RTC source
;************************************************************
; Software License Agreement
;
; The software supplied herewith by Microchip Technology Incorporated (the
; "Company") for its PICmicro
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?