{"id":31931294,"url":"https://github.com/patrickbaus/arduino-ad57x1","last_synced_at":"2025-10-14T04:33:37.415Z","repository":{"id":55400403,"uuid":"104814798","full_name":"PatrickBaus/Arduino-AD57X1","owner":"PatrickBaus","description":"Arduino library for the Analog Devices AD5781/AD5791 18-/20-bit precision DAC","archived":false,"fork":false,"pushed_at":"2025-03-17T07:22:31.000Z","size":41,"stargazers_count":6,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T08:33:16.040Z","etag":null,"topics":["arduino","arduino-library","dac","precision"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PatrickBaus.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":"2017-09-26T00:13:13.000Z","updated_at":"2025-03-17T07:22:34.000Z","dependencies_parsed_at":"2024-08-24T00:24:21.615Z","dependency_job_id":"d5bde719-6eab-4a95-8ff8-5915f083788f","html_url":"https://github.com/PatrickBaus/Arduino-AD57X1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PatrickBaus/Arduino-AD57X1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatrickBaus%2FArduino-AD57X1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatrickBaus%2FArduino-AD57X1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatrickBaus%2FArduino-AD57X1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatrickBaus%2FArduino-AD57X1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PatrickBaus","download_url":"https://codeload.github.com/PatrickBaus/Arduino-AD57X1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatrickBaus%2FArduino-AD57X1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017942,"owners_count":26086213,"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-10-14T02:00:06.444Z","response_time":60,"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","arduino-library","dac","precision"],"created_at":"2025-10-14T04:33:30.763Z","updated_at":"2025-10-14T04:33:37.410Z","avatar_url":"https://github.com/PatrickBaus.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arduino-AD57X1\nThis library is still work in progress and not all features of the DACs are supported. Basic functionality is implemented. More documentation will be added soon.\n\n#### Examples\n\nThis is a simple example, to get going. Check out the more in depth examples in [/examples/](./examples/)\n\n```C++\n#include \"src/Arduino-AD57X1/src/ad57X1.h\"\n\n#define CS_AD5781              7\nAD5781 ad5781(CS_AD5781, \u0026SPI);   // Use AD5791 if using the 20 bit version\n\nvoid setup() {\n  ad5781.begin();   // Set the pin modes\n  SPI.begin();\n  ad5781.setOffsetBinaryEncoding(true);   // Set the input encoding to offset binary. Default is 2s complement (false).\n\n  ad5781.enableOutput();    // Turn on the DAC. After startup the output will be clamped to GND and disconnected (tri-state mode)\n  ad5781.setValue(0x3FFFF); // Set to full scale output\n}\n\nvoid loop() {\n\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickbaus%2Farduino-ad57x1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrickbaus%2Farduino-ad57x1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickbaus%2Farduino-ad57x1/lists"}