强推,日本SIGMAX希格玛,FACILIAID KNEE轻度护膝,此款护膝是面向轻度膝关节OA等膝关节疾病,可简单佩戴的护具。护膝采用穿脱方便的前开口式,具有便于穿戴的设计。膝盖内侧的材质中使用了轻薄且透气性良好的双层拉舍尔材质。护膝内置活性树脂支撑条,提高了适体性。
#include
sbit K1=P3^1;
sbit K2=P3^0;
void dealy(int k)
{
int i,j;
for(i=k;i>0;i--)
for(j=110;j>0;j--);
}
void main()
{
int a=0xff;
if(K1==0)
{
dealy(500);
if(K1==0)
{
while(!(K2==0))
{
P2=a;
a=a>>1;
dealy(1000);
if(a==0x00)
{
P2=0x00;
dealy(1000);
a=