Hwlib
C++ OO micro-controller library for close-to-the-hardware programming
Install / Use
/learn @wovo/HwlibREADME
Hwlib is a C++ classic-OO-style library for close-to-the-hardware programming. It is used in a number of Computer Science courses at the Hogeschool Utrecht, HBO-ICT.
The typical blink-a-led application code using hwlib (assuming a target board like the Arduino Uno that has a default led) is:
#include "hwlib.hpp"
int main( void ){
auto led = hwlib::target::led;
hwlib::blink( led );
}
For the documentation: run
doxygen doxyfiles/doxyfile
and open index.html (which redirects to html/index.html).
(c) Wouter van Ooijen (wouter@voti.nl) 2017-2019
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
note: include/hwlib-arduino-due-system-sam3xa.inc is (c) atmel, under asf license.
Related Skills
node-connect
344.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
99.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
