{"id":16440278,"url":"https://github.com/soypat/morse","last_synced_at":"2026-06-15T17:31:35.171Z","repository":{"id":169961516,"uuid":"646047769","full_name":"soypat/morse","owner":"soypat","description":"Morse code API. Communicate like it's 1830.","archived":false,"fork":false,"pushed_at":"2023-10-22T21:08:51.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T23:45:08.656Z","etag":null,"topics":["embedded","embedded-systems","morse","morse-code","morsecode","mwe","telegraph"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soypat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-27T05:49:39.000Z","updated_at":"2023-05-27T16:34:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"394cb192-f9ea-4872-86f0-505e1dd1aa50","html_url":"https://github.com/soypat/morse","commit_stats":null,"previous_names":["soypat/morse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/soypat/morse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Fmorse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Fmorse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Fmorse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Fmorse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soypat","download_url":"https://codeload.github.com/soypat/morse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Fmorse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34374146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["embedded","embedded-systems","morse","morse-code","morsecode","mwe","telegraph"],"created_at":"2024-10-11T09:11:41.686Z","updated_at":"2026-06-15T17:31:35.154Z","avatar_url":"https://github.com/soypat.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# morse\nMorse code API. Communicate like it's 1830.\n\n\n## Example\nExample using an LED with TinyGo:\n\n```go\n//go:build tinygo\n\npackage main\n\nimport (\n\t\"machine\"\n\t\"time\"\n\n\t\"github.com/soypat/morse\"\n)\n\n// This is the hardware abstraction layer (HAL) for the telegraph's Pin.\nfunc telegraphPinHAL(b bool) {\n\tmachine.LED.Set(b)\n}\n\nfunc main() {\n\tmachine.LED.Configure(machine.PinConfig{Mode: machine.PinOutput})\n\ttelegraph := morse.NewTelegraph(100*time.Millisecond, telegraphPinHAL)\n\tfor {\n\t\tprintln(`sending \"HELLO WORLD\"`)\n\t\ttelegraph.Send(\"HELLO WORLD\")\n\t\ttime.Sleep(5 * time.Second)\n\t}\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoypat%2Fmorse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoypat%2Fmorse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoypat%2Fmorse/lists"}