Thijs van Liempd
Thijs van Liempd
#define STCV ((uint64_t)(STCLO | ((uint64_t)STCHI
(this is not an issue of bugreport, just a suggestion for user-friendliness) i recently used dietpi to make a minimal (for max speed, (yes i know the gain in small))...
a while back, a user by the name of @maxgerhardt made a fork for using a newer toolchain (provided by TI's website). https://github.com/maxgerhardt/pio-toolchaintimsp430-new I know next-to-nothing about compilers, but it...
i wanted to use this nice library for a project using an STM32WB55, which only took a few lines ('STM32duinoBLE library) then i decided to implement the Arduino Print class...
First of all, nice library, thank you for taking the time to do the low level register stuff, it's saved me some frustration :). I noticed that in the write_string...
debug serial data was printing in decimal, when it should have been hex (or alternatively, the "0x" prefix should be removed) before: `Address 0x44 Not detected` after `Address 0x2C Not...