meta.json 244 B

123456789101112
  1. {
  2. "type" : "lua",
  3. "repo" : "luatos/aht10",
  4. "tags" : ["aht10"],
  5. "version" : "1.0.0",
  6. "title" : "AHT10 温湿度传感器",
  7. "files" : {
  8. "." : "*"
  9. },
  10. "enterpoint" : "aht10.lua",
  11. "dependency" : ["i2c"]
  12. }