I've changed over to WorkBench.
I'm getting a compile error:
/home/terje/Projects/ManseLTE/lib/OneWire/src/OneWire.h: In member function 'void OneWire::pinModeFastOutput()':
/home/terje/Projects/ManseLTE/lib/OneWire/src/OneWire.h:136:7: error: 'HAL_Pin_Mode' was not declared in this scope
136 | HAL_Pin_Mode(_pin, OUTPUT);
Any chance you know what include file this macro is in? (Or how I can remedy this issue)?
I created a fresh clean "empty" project in WorkBench and just added the library OneWire. Same problem.
Somebody out there must have run into the same issue. Can't find anything on Google. Yet.