添加接收机子项目

This commit is contained in:
2026-06-26 17:57:02 +08:00
parent f3df7276b2
commit fc0fd36861
11 changed files with 3279 additions and 0 deletions

11
rx/test_compile.c Normal file
View 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;
}