为什么这个程序不能输出波形啊 #include <msp430g2553.h> void main(void) { //引脚设置(暂时使用P1.2输出 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 include msp430 波形 void p1.2 搜索资料 1个回答 #热议# 应届生在签三方时要注意什么? 匿名用户 2012-08-17 展开全部 啥都没有,看什么啊 本回答由提问者推荐 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2012-06-08 #include<reg52.h> void main() { p1=0xfd; }编译说p1没有定义是怎么回事?不是系统自定义的吗?急急急! 2 2018-05-15 c语言#include <stdio.h> #include <string.h> void main() { char p1[10]="abc",*p2="ABC",str[50]="xyz"; 15 2012-01-16 #include<reg52.h> sbit p1-1=p1^0; void main() { p1-1=0; while(1); } 2011-03-03 #include "stdio.h" #include "math.h" main() { int a,b; float result1,result2; void (*p1)(); void fu 2 2011-03-20 #include<stdio.h> void fun(char *a,char *b) { a=b;(*a)++; } main() { char c1="A",c2="a",*p1,*p2; p1 19 2013-04-18 我想问下大家怎么#include <reg52.h> sbit D1=P1^0; void main() { D1=0; }这样led灯不亮啊 1 2012-05-14 #include<iostream.h> #include<stdlib.h> #include<stdio.h> void main() { FILE *fp,*p1; if((fp=fopen(" 2012-11-13 #include "reg52.h" sbit P1_0 =P1^0; void DELAY(); main() { while(1) { DELAY(); P1_0=~P1_0; } } void 1 为你推荐: