hwlib icon indicating copy to clipboard operation
hwlib copied to clipboard

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

Results 3 hwlib issues
Sort by recently updated
recently updated
newest added

The documentation tells us this: ``` /// This constructor sets the pin direction to input. /// By default, the internal weak pull-up is enabled. ``` The mode cnf wil be...

https://github.com/wovo/hwlib/blob/23d687944e7ce90c99c9c2b20f113cce3948c3f4/library/pins/hwlib-pin-all.hpp#L63 Looking at this line should the keyword final not be used? If this is omitted then a vtable would need to be created and the generated code would bloat....

The uart ouput seems to have a strange bug where if you start using the uart to quick it goes on a different baud rate Compiled program ``` #include "hwlib.hpp"...