{"id":22986266,"url":"https://github.com/deimoshall/rp2040_cpu_temperature","last_synced_at":"2025-08-20T11:29:00.923Z","repository":{"id":181477586,"uuid":"663219134","full_name":"DeimosHall/RP2040_CPU_Temperature","owner":"DeimosHall","description":"Arduino library to read the temperature from the Raspberry Pi Pico's internal temperature sensor","archived":false,"fork":false,"pushed_at":"2023-11-04T22:02:19.000Z","size":8,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T05:13:31.451Z","etag":null,"topics":["arduino","raspberry","raspberrypipico","rp2040","sensors","temperature-sensor"],"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/DeimosHall.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}},"created_at":"2023-07-06T20:24:06.000Z","updated_at":"2024-06-11T20:35:25.000Z","dependencies_parsed_at":"2023-07-15T21:49:12.126Z","dependency_job_id":null,"html_url":"https://github.com/DeimosHall/RP2040_CPU_Temperature","commit_stats":null,"previous_names":["deimoshall/rp2040_temperature","deimoshall/rp2040_cpu_temperature"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/DeimosHall/RP2040_CPU_Temperature","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeimosHall%2FRP2040_CPU_Temperature","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeimosHall%2FRP2040_CPU_Temperature/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeimosHall%2FRP2040_CPU_Temperature/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeimosHall%2FRP2040_CPU_Temperature/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeimosHall","download_url":"https://codeload.github.com/DeimosHall/RP2040_CPU_Temperature/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeimosHall%2FRP2040_CPU_Temperature/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270305842,"owners_count":24562109,"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-13T02:00:09.904Z","response_time":66,"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","raspberry","raspberrypipico","rp2040","sensors","temperature-sensor"],"created_at":"2024-12-15T03:40:45.788Z","updated_at":"2025-08-13T20:32:59.625Z","avatar_url":"https://github.com/DeimosHall.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raspberry Pi Pico CPU Temperature\n\nArduino library to read the temperature from the Raspberry Pi Pico's internal temperature sensor.\n\n## Installation\n\nYou can install this library using the Arduino IDE's Library Manager. Search for \"Raspberry Pi Pico CPU Temperature\" and install the latest version.\n\n## Usage\n\n```cpp\n#include \u003cCPU.h\u003e  // Include the library to use the CPU temperature sensor\n\nCPU cpu;  // Create an instance of the CPU temperature sensor\n\nvoid setup() {\n  Serial.begin(9600);\n  cpu.begin();  // Initialize the CPU temperature sensor\n}\n\nvoid loop() {\n  // Print the CPU temperature in Celsius\n  Serial.println(\"CPU temperature: \" + String(cpu.getTemperature()) + \" °C\");\n  delay(1000);\n}\n```\n\n## License\n\nThis library is licensed under the MIT license. See [LICENSE](LICENSE) for more information.\n\n## Contributing\n\nPull requests are welcome. Please commit your changes in the `dev` branch using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeimoshall%2Frp2040_cpu_temperature","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeimoshall%2Frp2040_cpu_temperature","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeimoshall%2Frp2040_cpu_temperature/lists"}