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