{"id":21762600,"url":"https://github.com/dawee/moonchild","last_synced_at":"2025-04-13T13:41:10.837Z","repository":{"id":57302709,"uuid":"77040327","full_name":"dawee/moonchild","owner":"dawee","description":"Lua VM :crescent_moon: for Arduino","archived":false,"fork":false,"pushed_at":"2017-02-08T12:41:24.000Z","size":791,"stargazers_count":8,"open_issues_count":22,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T04:41:31.839Z","etag":null,"topics":["arduino","avr","lua"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dawee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-21T10:05:06.000Z","updated_at":"2024-09-02T12:12:18.000Z","dependencies_parsed_at":"2022-09-13T07:50:47.859Z","dependency_job_id":null,"html_url":"https://github.com/dawee/moonchild","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawee%2Fmoonchild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawee%2Fmoonchild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawee%2Fmoonchild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawee%2Fmoonchild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dawee","download_url":"https://codeload.github.com/dawee/moonchild/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724221,"owners_count":21151557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","avr","lua"],"created_at":"2024-11-26T12:12:35.676Z","updated_at":"2025-04-13T13:41:10.817Z","avatar_url":"https://github.com/dawee.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moonchild\n\nLua VM :crescent_moon: for Arduino\n\n## Install\n\n```sh\nnpm install -g moonchild\n```\n\n## Blink led\n\n```lua\nwhile true do\n  light_on()\n  delay_ms(100)\n  light_off()\n  delay_ms(100)\nend\n```\n\n## Deploy to Arduino (requires AVR toolchain)\n\n```sh\nmoonchild build script.lua\nmake -C build deploy\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawee%2Fmoonchild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawee%2Fmoonchild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawee%2Fmoonchild/lists"}