📄 watt_mtr.asm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -