meta.json 251 B

123456789101112
  1. {
  2. "type" : "lua",
  3. "repo" : "luatos/ds3231",
  4. "tags" : ["ds3231"],
  5. "version" : "1.0.0",
  6. "title" : "DS3231 实时时钟传感器",
  7. "files" : {
  8. "." : "*"
  9. },
  10. "enterpoint" : "ds3231.lua",
  11. "dependency" : ["i2c"]
  12. }