{"id":21447404,"url":"https://github.com/luisgabrielroldan/irex","last_synced_at":"2026-05-20T06:03:26.011Z","repository":{"id":70316018,"uuid":"220259333","full_name":"luisgabrielroldan/irex","owner":"luisgabrielroldan","description":"Simple library to read an IR sensor","archived":false,"fork":false,"pushed_at":"2019-11-12T14:53:41.000Z","size":15,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-23T11:34:43.308Z","etag":null,"topics":["elixir","infrared","nerves","vs1838"],"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/luisgabrielroldan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-07T14:45:35.000Z","updated_at":"2019-11-12T14:56:29.000Z","dependencies_parsed_at":"2023-03-13T20:24:09.003Z","dependency_job_id":null,"html_url":"https://github.com/luisgabrielroldan/irex","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/luisgabrielroldan%2Firex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisgabrielroldan%2Firex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisgabrielroldan%2Firex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisgabrielroldan%2Firex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luisgabrielroldan","download_url":"https://codeload.github.com/luisgabrielroldan/irex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960449,"owners_count":20375101,"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":["elixir","infrared","nerves","vs1838"],"created_at":"2024-11-23T03:09:55.859Z","updated_at":"2026-05-20T06:03:20.981Z","avatar_url":"https://github.com/luisgabrielroldan.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IRex\n\nSimple library to read an IR sensor.\n\n*This is a work in progress!*\n\n## Usage\n\n```elixir\n# Start the receiver on GPIO 18\niex(1)\u003e {:ok, pid} = IRex.Receiver.start_link(gpio: 18)\n{:ok, #PID\u003c0.169.0\u003e}\n\n# Receive signals\niex(2)\u003e flush\n{:recv_event,\n [2657, 899, 438, 908, 434, 456, 435, 457, 435, 889, 881, 463, 436, 457, 436,\n  457, 435, 457, 435, 457, 436, 457, 435, 457, 436, 456, 436, 457, 879, 906,\n  881, 457, 438, 456, 436, 904, 437, 457, 435]}\n:ok\n\n# Stop receiver\niex(3)\u003e IRex.Receiver.stop pid\n:ok\n```\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `irex` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:irex, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/irex](https://hexdocs.pm/irex).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisgabrielroldan%2Firex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluisgabrielroldan%2Firex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisgabrielroldan%2Firex/lists"}