{"id":25613310,"url":"https://github.com/myfreax/esp32-adc","last_synced_at":"2026-05-11T19:30:19.199Z","repository":{"id":163930241,"uuid":"639305463","full_name":"myfreax/esp32-adc","owner":"myfreax","description":"Analog to Digital Converter (ADC) Component For ESP32","archived":false,"fork":false,"pushed_at":"2024-04-17T07:01:01.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-31T15:48:44.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/myfreax.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}},"created_at":"2023-05-11T07:43:39.000Z","updated_at":"2023-05-11T07:56:38.000Z","dependencies_parsed_at":"2024-01-10T12:31:29.860Z","dependency_job_id":"e055f805-a69f-4c24-92a7-4256434bfac6","html_url":"https://github.com/myfreax/esp32-adc","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/myfreax%2Fesp32-adc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myfreax%2Fesp32-adc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myfreax%2Fesp32-adc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myfreax%2Fesp32-adc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myfreax","download_url":"https://codeload.github.com/myfreax/esp32-adc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240113626,"owners_count":19749827,"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":[],"created_at":"2025-02-22T01:29:44.835Z","updated_at":"2026-05-11T19:30:19.169Z","avatar_url":"https://github.com/myfreax.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ESP32 ADC Component\nAnalog to Digital Converter (ADC) Component For ESP32\n\n## Usage\n```\ngit submodule add git@github.com:myfreax/esp32-adc.git components/adc\n```\n```c\n#include \"adc.h\"\n\nvoid app_main(){\n  esp_adc_cal_characteristics_t* adc_chars =\n      adc_config(ADC1_CHANNEL_0, ADC_WIDTH_BIT_DEFAULT, 1100,\n                 ADC_ATTEN_DB_11);               \n  uint32_t voltage = adc_voltage(ADC1_CHANNEL_0, adc_chars);               \n}\n```\n\n## Example\nThe [ESP32 Example Project](https://github.com/myfreax/esp32-example-project) demonstrates how to use IDF framework build application of reusable component","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyfreax%2Fesp32-adc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyfreax%2Fesp32-adc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyfreax%2Fesp32-adc/lists"}