dorkhub

hwlib

C++ OO micro-controller library for close-to-the-hardware programming

wovo
C++5926 forksBSL-1.0updated 4 years ago
git clone https://github.com/wovo/hwlib.gitwovo/hwlib

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.

more like this

ML-MCU

Code for IoT Journal paper 'ML-MCU: A Framework to Train ML Classifiers on MCU-based IoT Edge Devices'

C51

yaos

An embedded operating system for ARM Cortex-M based microcontrollers

C51

search

search projects, people, and tags