Skip to content

Commit

Permalink
bme280 1.0.0 (via alr publish --submit) (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm authored Jan 3, 2024
1 parent 87f4e03 commit 9e52f10
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions index/bm/bme280/bme280-1.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name = "bme280"
description = "Driver for BME280 Humidity sensor"
version = "1.0.0"

authors = ["Max Reznik"]
maintainers = ["Max Reznik <[email protected]>"]
maintainers-logins = ["reznikmm"]
licenses = "Apache-2.0 WITH LLVM-exception"
website = "https://github.com/reznikmm/bme280"
tags = ["sensor", "humidity", "temperature", "pressure", "driver"]
project-files = ["gnat/bme280.gpr"]

[configuration]
output_dir = "gnat"
generate_ada = false
generate_c = false

[build-switches]
development.optimization = ["-O0"]
development.style_checks = ["-gnaty"]
development.contracts = "Yes"

[[depends-on]]
hal = "~0.3.0"
gnat = ">=11 & <2000" # Uses Ada 2022 syntax

[origin]
commit = "85a38919aa896c4c2a66825a135c87149224044c"
url = "git+https://github.com/reznikmm/bme280.git"

0 comments on commit 9e52f10

Please sign in to comment.