1using "platforms/cpus/quark-c1000.repl"
2
3led: Miscellaneous.LED @ pwm 0x00000000
4
5pwm:
6    0 -> led@0
7
8button: Miscellaneous.Button @ gpio 0x00000000
9    -> gpio@7
10
11radio: Wireless.CC2520 @ spi1
12    1 -> gpio@4
13    2 -> gpio@5
14    3 -> gpio@6
15    4 -> gpio@29
16
17gpio:
18    0 -> radio@0
19    1 -> radio@1
20
21lm74: Sensors.TI_LM74 @ spi0
22
23