{"id":16623685,"url":"https://github.com/jandelgado/jled-esp-idf-platformio-example","last_synced_at":"2026-05-29T02:31:38.474Z","repository":{"id":87337993,"uuid":"452830554","full_name":"jandelgado/jled-esp-idf-platformio-example","owner":"jandelgado","description":"JLed example project using ESP32 ESP-IDF SDK and PlatformIO","archived":false,"fork":false,"pushed_at":"2022-02-15T08:47:16.000Z","size":500,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-18T01:07:42.285Z","etag":null,"topics":["embedded","esp-idf","esp32","jled"],"latest_commit_sha":null,"homepage":"","language":"CMake","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/jandelgado.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":"2022-01-27T20:17:05.000Z","updated_at":"2024-11-06T11:59:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"57b8d68e-1991-458c-9de4-bcfb8535a76d","html_url":"https://github.com/jandelgado/jled-esp-idf-platformio-example","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/jandelgado%2Fjled-esp-idf-platformio-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jandelgado%2Fjled-esp-idf-platformio-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jandelgado%2Fjled-esp-idf-platformio-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jandelgado%2Fjled-esp-idf-platformio-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jandelgado","download_url":"https://codeload.github.com/jandelgado/jled-esp-idf-platformio-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243021562,"owners_count":20223068,"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":["embedded","esp-idf","esp32","jled"],"created_at":"2024-10-12T03:24:37.493Z","updated_at":"2025-12-24T03:22:36.794Z","avatar_url":"https://github.com/jandelgado.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JLed ESP-IDF example (PlatformIO)\n\n[![test compile](https://github.com/jandelgado/jled-esp-idf-platformio-example/actions/workflows/test.yml/badge.svg)](https://github.com/jandelgado/jled-esp-idf-platformio-example/actions/workflows/test.yml)\n\nThis example shows how to use the embedded [JLed](https://github.com/jandelgado/jled) library \nwith the ESP IDF framework and PlatformIO.\n\n![JLed in action](.images/jled.gif)\n\n```c++\n#include \u003cjled.h\u003e\n\nextern \"C\" void app_main(void);\n\nvoid app_main(void)\n{\n    auto led = JLed(LED_PIN).Breathe(1500).Forever();\n\n    while(1) {\n        led.Update();\n    }\n}\n```\n\n## Build\n\n### Using PlatformIO\n\n* Prerequisite: [PlatformIO](https://platformio.org/) installed\n* Inspect the [platformio.ini](platformio.ini) file and adjust the `LED_PIN`\n  `#define` to your needs (GPIO where a LED is connected, e.g. `2` for the\n  builtin LED of the ESP-WROOM-32 board).\n\nThe following commands are used to configure, build and flash the image:\n* run `pio build` to compile the example\n* run `pio run -t upload` to flash the example on an ESP32\n* optionally run `pio run -t menuconfig` to configure the image (see\n  (sdkconfig.esp32dev)[sdkconfig.esp32dev])\n* run `pio run -t clean` to clean up intermediary files\n\n## References\n\n* https://docs.platformio.org/en/latest/frameworks/espidf.html\n\n## Author and License\n\n(C) Copyright 2022 by Jan Delgado, License: MIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjandelgado%2Fjled-esp-idf-platformio-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjandelgado%2Fjled-esp-idf-platformio-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjandelgado%2Fjled-esp-idf-platformio-example/lists"}