{"id":26499894,"url":"https://github.com/n0bisuke/m5_shuttle_run","last_synced_at":"2025-09-13T10:37:24.136Z","repository":{"id":69651748,"uuid":"129947382","full_name":"n0bisuke/M5_Shuttle_Run","owner":"n0bisuke","description":"M5Stack向けのArduinoライブラリです。 シャトルランが出来ます。","archived":false,"fork":false,"pushed_at":"2021-02-16T05:02:56.000Z","size":9,"stargazers_count":19,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-23T20:02:24.217Z","etag":null,"topics":[],"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/n0bisuke.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,"zenodo":null}},"created_at":"2018-04-17T18:20:21.000Z","updated_at":"2021-02-16T05:02:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d21a797-7fa0-4518-a448-5ae65b34a4b5","html_url":"https://github.com/n0bisuke/M5_Shuttle_Run","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/n0bisuke/M5_Shuttle_Run","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0bisuke%2FM5_Shuttle_Run","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0bisuke%2FM5_Shuttle_Run/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0bisuke%2FM5_Shuttle_Run/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0bisuke%2FM5_Shuttle_Run/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n0bisuke","download_url":"https://codeload.github.com/n0bisuke/M5_Shuttle_Run/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0bisuke%2FM5_Shuttle_Run/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274949606,"owners_count":25379455,"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-13T02:00:10.085Z","response_time":70,"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":[],"created_at":"2025-03-20T15:19:24.323Z","updated_at":"2025-09-13T10:37:24.114Z","avatar_url":"https://github.com/n0bisuke.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Shuttle Run for Arduino\n\nM5Stackでシャトルランができます。\n\nM5StackでArduino開発している人向けのライブラリです。\n\n## How to Use\n\n通常通りArduino IDEにライブラリ追加してください。\n\n使うプログラムで`#include \u003cM5ShuttleRun.h\u003e`でライブラリのインクルードをして、\n`M5ShuttleRun()`でシャトルランスタートです。\n\n## 動作確認\n\n* 2021/2/10 Arduino IDE v1.8.13で動作確認\n\n## Example\n\nコピペで動きます。\n\n```shuttlerun.ino\n#include \u003cM5Stack.h\u003e\n#include \u003cM5ShuttleRun.h\u003e\n\nvoid setup() {\n  M5.begin();\n  M5.Lcd.printf(\"Shuttle Run Standby... Please Press Btn A \\r\\n\");\n}\n\nvoid loop() {\n  if(M5.BtnA.wasPressed()) { \n    M5ShuttleRun();\n  }\n  M5.update();\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn0bisuke%2Fm5_shuttle_run","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn0bisuke%2Fm5_shuttle_run","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn0bisuke%2Fm5_shuttle_run/lists"}