{"id":22874022,"url":"https://github.com/parmaja/miniiremote","last_synced_at":"2025-09-09T11:43:24.450Z","repository":{"id":144732212,"uuid":"63006157","full_name":"parmaja/miniIRemote","owner":"parmaja","description":"Arduino IR remote control reader/receiver into 32 bit code","archived":false,"fork":false,"pushed_at":"2022-05-23T23:11:24.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T12:57:27.491Z","etag":null,"topics":["arduino","atmega","attiny","cpp","remote-control"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/parmaja.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":"2016-07-10T15:47:53.000Z","updated_at":"2022-05-23T23:11:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"a987d275-b07e-4349-bd1e-fcfc187a7dcb","html_url":"https://github.com/parmaja/miniIRemote","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parmaja/miniIRemote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmaja%2FminiIRemote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmaja%2FminiIRemote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmaja%2FminiIRemote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmaja%2FminiIRemote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parmaja","download_url":"https://codeload.github.com/parmaja/miniIRemote/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmaja%2FminiIRemote/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274291331,"owners_count":25258157,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"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":["arduino","atmega","attiny","cpp","remote-control"],"created_at":"2024-12-13T14:32:24.098Z","updated_at":"2025-09-09T11:43:24.425Z","avatar_url":"https://github.com/parmaja.png","language":"C++","readme":"### miniIRemote ###\nIR Remote reader/receiver into 32bit \n\n## Tested ##\n \nAttiny85, Atmel328/Arduino IDE 1.6 with common remote controls\n\n## Usage ##\n\nExtract content into \"miniIRemote\" folder in \"library\" of arduino \nSet digital pin number in your setup()\n\n```c++\n\tvoid setup() {\n\t\tminiIR::init(11); //set to pin 11\n\t}\n```\n\t\n## Arduino Example ##\n\n```c++\n  unsigned long code = miniIR::Read();\n  if (code \u003e 0) //there is code \n  {       \n    Serial.print(\"Code for this button: \");\n    Serial.println(code);\n  }\n  else\n    Serial.println(\"No code\");\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparmaja%2Fminiiremote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparmaja%2Fminiiremote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparmaja%2Fminiiremote/lists"}