meta.json 257 B

123456789101112
  1. {
  2. "type" : "lua",
  3. "repo" : "luatos/bh1750",
  4. "tags" : ["bh1750"],
  5. "version" : "1.0.0",
  6. "title" : "BH1750 数字型光强度传感器",
  7. "files" : {
  8. "." : "*"
  9. },
  10. "enterpoint" : "bh1750.lua",
  11. "dependency" : ["i2c"]
  12. }