{"id":16751035,"url":"https://github.com/elerac/pd30la-mbed","last_synced_at":"2025-08-30T17:32:56.368Z","repository":{"id":114611920,"uuid":"400418562","full_name":"elerac/pd30la-mbed","owner":"elerac","description":"Control polygon laser scanner (PD30LA) with Mbed","archived":false,"fork":false,"pushed_at":"2021-08-27T08:35:43.000Z","size":236,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T04:41:15.920Z","etag":null,"topics":["mbed"],"latest_commit_sha":null,"homepage":"","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/elerac.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":"2021-08-27T07:00:04.000Z","updated_at":"2021-08-27T08:46:13.000Z","dependencies_parsed_at":"2023-05-10T20:45:20.565Z","dependency_job_id":null,"html_url":"https://github.com/elerac/pd30la-mbed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elerac/pd30la-mbed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elerac%2Fpd30la-mbed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elerac%2Fpd30la-mbed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elerac%2Fpd30la-mbed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elerac%2Fpd30la-mbed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elerac","download_url":"https://codeload.github.com/elerac/pd30la-mbed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elerac%2Fpd30la-mbed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272881575,"owners_count":25009055,"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-08-30T02:00:09.474Z","response_time":77,"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":["mbed"],"created_at":"2024-10-13T02:42:53.028Z","updated_at":"2025-08-30T17:32:56.333Z","avatar_url":"https://github.com/elerac.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PD30LA Mbed\n\nControl polygon laser scanner ([Nidec, PD30LA](https://www.nidec-copal-electronics.com/us/product/list/017/)) via [NUCLEO-F303K8](https://os.mbed.com/platforms/ST-Nucleo-F303K8/).\n\n![](documents/circuit-diagram.jpg)\n\n```cpp\n#include \"mbed.h\"\n#include \"pd30la.h\"\n\nPD30LA pd30la = PD30LA(PB_5, PF_0); // pinStartStop, pinExtClock\n\nint main()\n{\n    pd30la.setRotationSpeed(2000.0f); // [r/min]\n    \n    while (1) {\n        pd30la.start();\n        wait(2);\n        pd30la.stop();\n        wait(2);\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felerac%2Fpd30la-mbed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felerac%2Fpd30la-mbed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felerac%2Fpd30la-mbed/lists"}