diff --git a/index/bu/button_led_arduino_due/button_led_arduino_due-0.1.0.toml b/index/bu/button_led_arduino_due/button_led_arduino_due-0.1.0.toml new file mode 100644 index 00000000..c7aa8bee --- /dev/null +++ b/index/bu/button_led_arduino_due/button_led_arduino_due-0.1.0.toml @@ -0,0 +1,27 @@ +name = "button_led_arduino_due" +description = "Key/LED demo for Arduino Due" +version = "0.1.0" +website = "https://github.com/godunko/a0b-examples" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["a0b", "embedded", "demo", "arduino", "due"] + +project-files = ["../gnat/arduino_due.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[[depends-on]] +a0b_atsam3x8e_gpio = "*" +light_arduino_due = "*" + +[origin] +commit = "9610da0be685fbc52fb37aee8268a3cb6d8d76f1" +subdir = "./button_led/arduino_due/" +url = "git+https://github.com/godunko/a0b-examples.git" +