{"id":22474807,"url":"https://github.com/jmojiwat/kuongshun","last_synced_at":"2025-03-27T17:19:57.163Z","repository":{"id":142517524,"uuid":"330548437","full_name":"jmojiwat/Kuongshun","owner":"jmojiwat","description":"L9110 H-Bridge for Raspberry Pi.","archived":false,"fork":false,"pushed_at":"2021-01-18T04:12:51.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T20:30:36.747Z","etag":null,"topics":["microcontroller"],"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/jmojiwat.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":"2021-01-18T03:52:17.000Z","updated_at":"2021-01-18T04:12:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3f633ed-7350-4626-8bc2-d083687c8dcf","html_url":"https://github.com/jmojiwat/Kuongshun","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/jmojiwat%2FKuongshun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmojiwat%2FKuongshun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmojiwat%2FKuongshun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmojiwat%2FKuongshun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmojiwat","download_url":"https://codeload.github.com/jmojiwat/Kuongshun/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245889029,"owners_count":20688904,"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":["microcontroller"],"created_at":"2024-12-06T13:12:01.350Z","updated_at":"2025-03-27T17:19:57.122Z","avatar_url":"https://github.com/jmojiwat.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# L9110 2 Channel Motor Driver library for Raspberry Pi.\n\nThis library controls the L9110 2 channel motor driver using a soft Pulse Width Modulation.\n\n```c#\nvar gpioController = GpioController.GetDefault();\nvar speedPinNumber = 18; // input A is used to control speed\nvar directionPinNumber = 21; // input B is used to control direction\nvar dutyCycle = 0.5d;\n\nvar l9110 = new L9110(gpioController, speedPinNumber, directionPinNumber);\n\nl9110.StartLow(dutyCycle); // input B is low; clockwise\nl9110.Stop();\n\nl9110.StartHigh(dutyCycle); // input B is high; anticlockwise\nl9110.Stop();\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmojiwat%2Fkuongshun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmojiwat%2Fkuongshun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmojiwat%2Fkuongshun/lists"}