Skip to content

Commit

Permalink
button_led_arduino_due 0.1.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Jan 22, 2025
1 parent 3c6250b commit f1000be
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index/bu/button_led_arduino_due/button_led_arduino_due-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"

0 comments on commit f1000be

Please sign in to comment.