Suchakhree Srisukprom
/
Test_Megre
k
Getswitch2Send.cpp
- Committer:
- Suchakhree
- Date:
- 2015-12-07
- Revision:
- 0:238df339023b
- Child:
- 1:426fbd0d126a
File content as of revision 0:238df339023b:
/*DigitalIn switch1(D5); DigitalIn switch2(D6); DigitalIn switch3(D7); if(switch1==1) pc.printf("#TR$"); if(switch2==1) pc.printf("#TL$"); if(switch3==1) pc.printf("#BR$"); else pc.printf("#MED$"); */