画配件连线图(配线图)
Configuration SenseAppC
{
}
Implementation {
Components SenseC, MainC, LedsC, new TimerMilliC(), new DemoSensorC() as Sensor;
//SenseC configuration
SenseC.Boot -> MainC;
SenseC.Leds -> LedsC;
SenseC.Timer -> TimerMilliC;
SenseC.Read -> Sensor;
}