1using "platforms/cpus/renesas-r7fa2e1a9.repl"
2
3port9:
4    15 -> led_blue@0
5    14 -> led_green@0
6    13 -> led_red@0
7
8led_blue: Miscellaneous.LED @ port9 15
9
10led_green: Miscellaneous.LED @ port9 14
11
12led_red: Miscellaneous.LED @ port9 13
13
14button_s2: Miscellaneous.Button @ port0 15
15    -> port0@15
16
17button_s1: Miscellaneous.Button @ port0 4
18    -> port0@4
19