添加接收机子项目
This commit is contained in:
11
rx/test_compile.c
Normal file
11
rx/test_compile.c
Normal file
@@ -0,0 +1,11 @@
|
||||
__sfr __at (0xb2) P3M0;
|
||||
__sfr __at (0xb1) P3M1;
|
||||
__sfr __at (0x90) P1;
|
||||
__sfr __at (0xb0) P3;
|
||||
__sfr __at (0xc8) P5;
|
||||
__sbit __at (0x97) P15;
|
||||
__sbit __at (0xb5) P35;
|
||||
void main(void) {
|
||||
P3M0 = 0x00;
|
||||
P3M1 = 0x00;
|
||||
}
|
||||
Reference in New Issue
Block a user