{"id":13812197,"url":"https://github.com/wovo/hwlib","last_synced_at":"2025-05-14T21:32:30.768Z","repository":{"id":54909630,"uuid":"79785939","full_name":"wovo/hwlib","owner":"wovo","description":"C++ OO micro-controller library for close-to-the-hardware programming","archived":false,"fork":false,"pushed_at":"2021-11-22T15:59:05.000Z","size":6635,"stargazers_count":57,"open_issues_count":3,"forks_count":26,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-19T07:38:36.370Z","etag":null,"topics":["arduino-uno","c-plus-plus","hardware","microcontroller"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wovo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license_1_0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-23T08:41:34.000Z","updated_at":"2024-10-15T06:07:04.000Z","dependencies_parsed_at":"2022-08-14T06:20:42.234Z","dependency_job_id":null,"html_url":"https://github.com/wovo/hwlib","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/wovo%2Fhwlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wovo%2Fhwlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wovo%2Fhwlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wovo%2Fhwlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wovo","download_url":"https://codeload.github.com/wovo/hwlib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254231213,"owners_count":22036322,"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":["arduino-uno","c-plus-plus","hardware","microcontroller"],"created_at":"2024-08-04T04:00:48.967Z","updated_at":"2025-05-14T21:32:25.745Z","avatar_url":"https://github.com/wovo.png","language":"C++","funding_links":[],"categories":["Common"],"sub_categories":[],"readme":"Hwlib is a C++ classic-OO-style library for close-to-the-hardware \nprogramming. It is used in a number of Computer Science courses \nat the Hogeschool Utrecht, HBO-ICT.\n\nThe typical blink-a-led application code using hwlib \n(assuming a target board like the Arduino Uno that has a default led) is:\n\n```C++\n#include \"hwlib.hpp\"\n\nint main( void ){   \n   auto led = hwlib::target::led;\n   hwlib::blink( led );\n}\n```\n\nFor the documentation: run \n```\n   doxygen doxyfiles/doxyfile\n```\nand open index.html (which redirects to html/index.html).\n\n-----------------------------------------------------------------------------      \n      \n(c) Wouter van Ooijen (wouter@voti.nl) 2017-2019\n\nDistributed under the Boost Software License, Version 1.0.\n(See accompanying file LICENSE_1_0.txt or copy at \nhttp://www.boost.org/LICENSE_1_0.txt)     \n\nnote: include/hwlib-arduino-due-system-sam3xa.inc is (c) atmel, \nunder asf license.\n      ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwovo%2Fhwlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwovo%2Fhwlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwovo%2Fhwlib/lists"}